Html Css Color HEX #D867CE Orchid

📋 copy color: '#D867CE'

red 216 ◦ green 103 ◦ blue 206

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

Shades of Orchid #D867CE

Tints of Orchid #D867CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.62%

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

R = 41.14%
G = 19.62%
B = 39.24%

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

#D867CE (or 0xD867CE) is known color: Orchid. HEX triplet: D8, 67 and CE. RGB value is (216,103,206). Sum of RGB (Red+Green+Blue) = 216+103+206=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D867CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D867CE is #279831. Grayscale: #949494. Windows color (decimal): -2594866 or 13527000. OLE color: 13527000.

HSL color Cylindrical-coordinate representation of color #D867CE: hue angle of 305.31º 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 #D867CE is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 206 -
CMYK 0 0.52 0.05 0.15
HSL 305.31º 0.59% 0.63% -
HSV(B) 305.31º 0.52% 0.85% -
XYZ 44.31 28.76 61.61 -
YUV 148.53 160.44 176.12 -
System Red Green Blue C M Y K H S L
Decimal 216 103 206 0 0.52 0.05 0.15 305.31 0.59 0.63
Hex D8 67 CE 0 34 5 F 131 3B 3F
Octal 330 147 316 0 64 5 17 461 73 77
Binary 11011000 1100111 11001110 0 110100 101 1111 100110001 111011 111111

Color Harmonies of #D867CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D867CE

Black with #D867CE

Text Example


Text Example

White with #D867CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D867CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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