Html Css Color HEX #DE89CB Orchid

📋 copy color: '#DE89CB'

red 222 ◦ green 137 ◦ blue 203

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

Shades of Orchid #DE89CB

Tints of Orchid #DE89CB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.38%

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

R = 39.5%
G = 24.38%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE89CB (or 0xDE89CB) is known color: Orchid. HEX triplet: DE, 89 and CB. RGB value is (222,137,203). Sum of RGB (Red+Green+Blue) = 222+137+203=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE89CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE89CB is #217634. Grayscale: #A9A9A9. Windows color (decimal): -2192949 or 13339102. OLE color: 13339102.

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

Color convert

RGB 222 137 203 -
CMYK 0 0.38 0.09 0.13
HSL 313.41º 0.56% 0.7% -
HSV(B) 313.41º 0.38% 0.87% -
XYZ 49.85 37.73 61.16 -
YUV 169.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 222 137 203 0 0.38 0.09 0.13 313.41 0.56 0.7
Hex DE 89 CB 0 26 9 D 139 38 46
Octal 336 211 313 0 46 11 15 471 70 106
Binary 11011110 10001001 11001011 0 100110 1001 1101 100111001 111000 1000110

Color Harmonies of #DE89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE89CB

Black with #DE89CB

Text Example


Text Example

White with #DE89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE89CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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