Html Css Color HEX #DE8ACC Orchid

📋 copy color: '#DE8ACC'

red 222 ◦ green 138 ◦ blue 204

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

Shades of Orchid #DE8ACC

Tints of Orchid #DE8ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.47%

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 39.36%
G = 24.47%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE8ACC (or 0xDE8ACC) is known color: Orchid. HEX triplet: DE, 8A and CC. RGB value is (222,138,204). Sum of RGB (Red+Green+Blue) = 222+138+204=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8ACC is #217533. Grayscale: #AAAAAA. Windows color (decimal): -2192692 or 13404894. OLE color: 13404894.

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

Color convert

RGB 222 138 204 -
CMYK 0 0.38 0.08 0.13
HSL 312.86º 0.56% 0.71% -
HSV(B) 312.86º 0.38% 0.87% -
XYZ 50.11 38.07 61.83 -
YUV 170.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 222 138 204 0 0.38 0.08 0.13 312.86 0.56 0.71
Hex DE 8A CC 0 26 8 D 139 38 47
Octal 336 212 314 0 46 10 15 471 70 107
Binary 11011110 10001010 11001100 0 100110 1000 1101 100111001 111000 1000111

Color Harmonies of #DE8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8ACC

Black with #DE8ACC

Text Example


Text Example

White with #DE8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8ACC; }

 p { color: rgb(222,138,204); }

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

background-color css

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

 a { background-color: rgb(222,138,204); }

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

border-color css

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

 span { border-color: rgb(222,138,204); }

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