Html Css Color HEX #D070C0 Orchid

📋 copy color: '#D070C0'

red 208 ◦ green 112 ◦ blue 192

#D070C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D070C0

Tints of Orchid #D070C0

RGB

 RED value IS 208 (81.64% from 255) = 40.63%

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 40.63%
G = 21.88%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D070C0 (or 0xD070C0) is known color: Orchid. HEX triplet: D0, 70 and C0. RGB value is (208,112,192). Sum of RGB (Red+Green+Blue) = 208+112+192=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D070C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070C0 is #2F8F3F. Grayscale: #959595. Windows color (decimal): -3116864 or 12611792. OLE color: 12611792.

HSL color Cylindrical-coordinate representation of color #D070C0: hue angle of 310º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D070C0 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 192 -
CMYK 0 0.46 0.08 0.18
HSL 310º 0.51% 0.63% -
HSV(B) 310º 0.46% 0.82% -
XYZ 41.32 28.8 53.25 -
YUV 149.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 208 112 192 0 0.46 0.08 0.18 310 0.51 0.63
Hex D0 70 C0 0 2E 8 12 136 33 3F
Octal 320 160 300 0 56 10 22 466 63 77
Binary 11010000 1110000 11000000 0 101110 1000 10010 100110110 110011 111111

Color Harmonies of #D070C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D070C0

Black with #D070C0

Text Example


Text Example

White with #D070C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D070C0; }

 p { color: rgb(208,112,192); }

 H1.HeaderClassName
 {
   color: #D070C0;
 }
 .AnyTagClassName
 {
   color: #D070C0;
 }
</style>

background-color css

<style>
 a { background-color: #D070C0; }

 a { background-color: rgb(208,112,192); }

 div.DivClassName
 {
   background-color: #D070C0;
 }
 .BgClassName
 {
   background-color: #D070C0;
 }
</style>

border-color css

<style>
 span { border-color: #D070C0; }

 span { border-color: rgb(208,112,192); }

 td.TdClassName
 {
   border-color: #D070C0;
 }
 .TagClassName
 {
   border-color: #D070C0;
 }
</style>