Html Css Color HEX #DE86CB Orchid

📋 copy color: '#DE86CB'

red 222 ◦ green 134 ◦ blue 203

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

Shades of Orchid #DE86CB

Tints of Orchid #DE86CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.97%

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

R = 39.71%
G = 23.97%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DE86CB (or 0xDE86CB) is known color: Orchid. HEX triplet: DE, 86 and CB. RGB value is (222,134,203). Sum of RGB (Red+Green+Blue) = 222+134+203=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 222 - color contains mainly: red. Hex color #DE86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE86CB is #217934. Grayscale: #A7A7A7. Windows color (decimal): -2193717 or 13338334. OLE color: 13338334.

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

Color convert

RGB 222 134 203 -
CMYK 0 0.40 0.09 0.13
HSL 312.95º 0.57% 0.7% -
HSV(B) 312.95º 0.4% 0.87% -
XYZ 49.43 36.89 61.02 -
YUV 168.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 222 134 203 0 0.40 0.09 0.13 312.95 0.57 0.7
Hex DE 86 CB 0 28 9 D 139 39 46
Octal 336 206 313 0 50 11 15 471 71 106
Binary 11011110 10000110 11001011 0 101000 1001 1101 100111001 111001 1000110

Color Harmonies of #DE86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE86CB

Black with #DE86CB

Text Example


Text Example

White with #DE86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE86CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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