Html Css Color HEX #DE87CB Orchid

📋 copy color: '#DE87CB'

red 222 ◦ green 135 ◦ blue 203

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

Shades of Orchid #DE87CB

Tints of Orchid #DE87CB

RGB

 RED value IS 222 (87.11% from 255) = 39.64%

 GREEN value IS 135 (53.13% from 255) = 24.11%

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 39.64%
G = 24.11%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE87CB (or 0xDE87CB) is known color: Orchid. HEX triplet: DE, 87 and CB. RGB value is (222,135,203). Sum of RGB (Red+Green+Blue) = 222+135+203=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE87CB is #217834. Grayscale: #A8A8A8. Windows color (decimal): -2193461 or 13338590. OLE color: 13338590.

HSL color Cylindrical-coordinate representation of color #DE87CB: hue angle of 313.1º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE87CB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 135 203 -
CMYK 0 0.39 0.09 0.13
HSL 313.1º 0.57% 0.7% -
HSV(B) 313.1º 0.39% 0.87% -
XYZ 49.57 37.17 61.06 -
YUV 168.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 222 135 203 0 0.39 0.09 0.13 313.1 0.57 0.7
Hex DE 87 CB 0 27 9 D 139 39 46
Octal 336 207 313 0 47 11 15 471 71 106
Binary 11011110 10000111 11001011 0 100111 1001 1101 100111001 111001 1000110

Color Harmonies of #DE87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE87CB

Black with #DE87CB

Text Example


Text Example

White with #DE87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE87CB; }

 p { color: rgb(222,135,203); }

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

background-color css

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

 a { background-color: rgb(222,135,203); }

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

border-color css

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

 span { border-color: rgb(222,135,203); }

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