Html Css Color HEX #DE8ACE Orchid

📋 copy color: '#DE8ACE'

red 222 ◦ green 138 ◦ blue 206

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

Shades of Orchid #DE8ACE

Tints of Orchid #DE8ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 39.22%
G = 24.38%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE8ACE (or 0xDE8ACE) is known color: Orchid. HEX triplet: DE, 8A and CE. RGB value is (222,138,206). Sum of RGB (Red+Green+Blue) = 222+138+206=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8ACE is #217531. Grayscale: #AAAAAA. Windows color (decimal): -2192690 or 13535966. OLE color: 13535966.

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

Color convert

RGB 222 138 206 -
CMYK 0 0.38 0.07 0.13
HSL 311.43º 0.56% 0.71% -
HSV(B) 311.43º 0.38% 0.87% -
XYZ 50.35 38.16 63.1 -
YUV 170.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 222 138 206 0 0.38 0.07 0.13 311.43 0.56 0.71
Hex DE 8A CE 0 26 7 D 137 38 47
Octal 336 212 316 0 46 7 15 467 70 107
Binary 11011110 10001010 11001110 0 100110 111 1101 100110111 111000 1000111

Color Harmonies of #DE8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8ACE

Black with #DE8ACE

Text Example


Text Example

White with #DE8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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