Html Css Color HEX #D868CE Orchid

📋 copy color: '#D868CE'

red 216 ◦ green 104 ◦ blue 206

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

Shades of Orchid #D868CE

Tints of Orchid #D868CE

RGB

 RED value IS 216 (84.77% from 255) = 41.06%

 GREEN value IS 104 (41.02% from 255) = 19.77%

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

R = 41.06%
G = 19.77%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D868CE (or 0xD868CE) is known color: Orchid. HEX triplet: D8, 68 and CE. RGB value is (216,104,206). Sum of RGB (Red+Green+Blue) = 216+104+206=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D868CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868CE is #279731. Grayscale: #949494. Windows color (decimal): -2594610 or 13527256. OLE color: 13527256.

HSL color Cylindrical-coordinate representation of color #D868CE: hue angle of 305.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D868CE is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 104 206 -
CMYK 0 0.52 0.05 0.15
HSL 305.36º 0.59% 0.63% -
HSV(B) 305.36º 0.52% 0.85% -
XYZ 44.41 28.96 61.64 -
YUV 149.12 160.11 175.71 -
System Red Green Blue C M Y K H S L
Decimal 216 104 206 0 0.52 0.05 0.15 305.36 0.59 0.63
Hex D8 68 CE 0 34 5 F 131 3B 3F
Octal 330 150 316 0 64 5 17 461 73 77
Binary 11011000 1101000 11001110 0 110100 101 1111 100110001 111011 111111

Color Harmonies of #D868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D868CE

Black with #D868CE

Text Example


Text Example

White with #D868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D868CE; }

 p { color: rgb(216,104,206); }

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

background-color css

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

 a { background-color: rgb(216,104,206); }

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

border-color css

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

 span { border-color: rgb(216,104,206); }

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