Html Css Color HEX #D072CE Orchid

📋 copy color: '#D072CE'

red 208 ◦ green 114 ◦ blue 206

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

Shades of Orchid #D072CE

Tints of Orchid #D072CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.59%

 BLUE value IS 206 (80.86% from 255) = 39.02%

R = 39.39%
G = 21.59%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D072CE (or 0xD072CE) is known color: Orchid. HEX triplet: D0, 72 and CE. RGB value is (208,114,206). Sum of RGB (Red+Green+Blue) = 208+114+206=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D072CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072CE is #2F8D31. Grayscale: #989898. Windows color (decimal): -3116338 or 13529808. OLE color: 13529808.

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

Color convert

RGB 208 114 206 -
CMYK 0 0.45 0.01 0.18
HSL 301.28º 0.5% 0.63% -
HSV(B) 301.28º 0.45% 0.82% -
XYZ 43.17 29.9 61.89 -
YUV 152.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 208 114 206 0 0.45 0.01 0.18 301.28 0.5 0.63
Hex D0 72 CE 0 2D 1 12 12D 32 3F
Octal 320 162 316 0 55 1 22 455 62 77
Binary 11010000 1110010 11001110 0 101101 1 10010 100101101 110010 111111

Color Harmonies of #D072CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D072CE

Black with #D072CE

Text Example


Text Example

White with #D072CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D072CE; }

 p { color: rgb(208,114,206); }

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

background-color css

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

 a { background-color: rgb(208,114,206); }

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

border-color css

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

 span { border-color: rgb(208,114,206); }

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