Html Css Color HEX #DE88D5 Orchid

📋 copy color: '#DE88D5'

red 222 ◦ green 136 ◦ blue 213

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

Shades of Orchid #DE88D5

Tints of Orchid #DE88D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 38.88%
G = 23.82%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DE88D5 (or 0xDE88D5) is known color: Orchid. HEX triplet: DE, 88 and D5. RGB value is (222,136,213). Sum of RGB (Red+Green+Blue) = 222+136+213=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DE88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE88D5 is #21772A. Grayscale: #AAAAAA. Windows color (decimal): -2193195 or 13994206. OLE color: 13994206.

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

Color convert

RGB 222 136 213 -
CMYK 0 0.39 0.04 0.13
HSL 306.28º 0.57% 0.7% -
HSV(B) 306.28º 0.39% 0.87% -
XYZ 50.94 37.94 67.59 -
YUV 170.49 151.99 164.74 -
System Red Green Blue C M Y K H S L
Decimal 222 136 213 0 0.39 0.04 0.13 306.28 0.57 0.7
Hex DE 88 D5 0 27 4 D 132 39 46
Octal 336 210 325 0 47 4 15 462 71 106
Binary 11011110 10001000 11010101 0 100111 100 1101 100110010 111001 1000110

Color Harmonies of #DE88D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE88D5

Black with #DE88D5

Text Example


Text Example

White with #DE88D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE88D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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