Html Css Color HEX #DE86CA Orchid

📋 copy color: '#DE86CA'

red 222 ◦ green 134 ◦ blue 202

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

Shades of Orchid #DE86CA

Tints of Orchid #DE86CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 39.78%
G = 24.01%
B = 36.2%

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

#DE86CA (or 0xDE86CA) is known color: Orchid. HEX triplet: DE, 86 and CA. RGB value is (222,134,202). Sum of RGB (Red+Green+Blue) = 222+134+202=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DE86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE86CA is #217935. Grayscale: #A7A7A7. Windows color (decimal): -2193718 or 13272798. OLE color: 13272798.

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

Color convert

RGB 222 134 202 -
CMYK 0 0.40 0.09 0.13
HSL 313.64º 0.57% 0.7% -
HSV(B) 313.64º 0.4% 0.87% -
XYZ 49.31 36.84 60.39 -
YUV 168.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 222 134 202 0 0.40 0.09 0.13 313.64 0.57 0.7
Hex DE 86 CA 0 28 9 D 13A 39 46
Octal 336 206 312 0 50 11 15 472 71 106
Binary 11011110 10000110 11001010 0 101000 1001 1101 100111010 111001 1000110

Color Harmonies of #DE86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE86CA

Black with #DE86CA

Text Example


Text Example

White with #DE86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE86CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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