Html Css Color HEX #DE86D2 Orchid

📋 copy color: '#DE86D2'

red 222 ◦ green 134 ◦ blue 210

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

Shades of Orchid #DE86D2

Tints of Orchid #DE86D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.1%

R = 39.22%
G = 23.67%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE86D2 (or 0xDE86D2) is known color: Orchid. HEX triplet: DE, 86 and D2. RGB value is (222,134,210). Sum of RGB (Red+Green+Blue) = 222+134+210=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE86D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE86D2 is #21792D. Grayscale: #A8A8A8. Windows color (decimal): -2193710 or 13797086. OLE color: 13797086.

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

Color convert

RGB 222 134 210 -
CMYK 0 0.40 0.05 0.13
HSL 308.18º 0.57% 0.7% -
HSV(B) 308.18º 0.4% 0.87% -
XYZ 50.28 37.23 65.51 -
YUV 168.98 151.15 165.82 -
System Red Green Blue C M Y K H S L
Decimal 222 134 210 0 0.40 0.05 0.13 308.18 0.57 0.7
Hex DE 86 D2 0 28 5 D 134 39 46
Octal 336 206 322 0 50 5 15 464 71 106
Binary 11011110 10000110 11010010 0 101000 101 1101 100110100 111001 1000110

Color Harmonies of #DE86D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE86D2

Black with #DE86D2

Text Example


Text Example

White with #DE86D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE86D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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