Html Css Color HEX #DE88CB Orchid

📋 copy color: '#DE88CB'

red 222 ◦ green 136 ◦ blue 203

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

Shades of Orchid #DE88CB

Tints of Orchid #DE88CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.24%

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

R = 39.57%
G = 24.24%
B = 36.19%

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

#DE88CB (or 0xDE88CB) is known color: Orchid. HEX triplet: DE, 88 and CB. RGB value is (222,136,203). Sum of RGB (Red+Green+Blue) = 222+136+203=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88CB is #217734. Grayscale: #A9A9A9. Windows color (decimal): -2193205 or 13338846. OLE color: 13338846.

HSL color Cylindrical-coordinate representation of color #DE88CB: hue angle of 313.26º 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 #DE88CB is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 136 203 -
CMYK 0 0.39 0.09 0.13
HSL 313.26º 0.57% 0.7% -
HSV(B) 313.26º 0.39% 0.87% -
XYZ 49.71 37.45 61.11 -
YUV 169.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 222 136 203 0 0.39 0.09 0.13 313.26 0.57 0.7
Hex DE 88 CB 0 27 9 D 139 39 46
Octal 336 210 313 0 47 11 15 471 71 106
Binary 11011110 10001000 11001011 0 100111 1001 1101 100111001 111001 1000110

Color Harmonies of #DE88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE88CB

Black with #DE88CB

Text Example


Text Example

White with #DE88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE88CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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