Html Css Color HEX #D069CE Orchid

📋 copy color: '#D069CE'

red 208 ◦ green 105 ◦ blue 206

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

Shades of Orchid #D069CE

Tints of Orchid #D069CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.23%

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

R = 40.08%
G = 20.23%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D069CE (or 0xD069CE) is known color: Orchid. HEX triplet: D0, 69 and CE. RGB value is (208,105,206). Sum of RGB (Red+Green+Blue) = 208+105+206=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D069CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069CE is #2F9631. Grayscale: #939393. Windows color (decimal): -3118642 or 13527504. OLE color: 13527504.

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

Color convert

RGB 208 105 206 -
CMYK 0 0.50 0.01 0.18
HSL 301.17º 0.52% 0.61% -
HSV(B) 301.17º 0.5% 0.82% -
XYZ 42.2 27.97 61.57 -
YUV 147.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 208 105 206 0 0.50 0.01 0.18 301.17 0.52 0.61
Hex D0 69 CE 0 32 1 12 12D 34 3D
Octal 320 151 316 0 62 1 22 455 64 75
Binary 11010000 1101001 11001110 0 110010 1 10010 100101101 110100 111101

Color Harmonies of #D069CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069CE

Black with #D069CE

Text Example


Text Example

White with #D069CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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