Html Css Color HEX #DE6ACE Orchid

📋 copy color: '#DE6ACE'

red 222 ◦ green 106 ◦ blue 206

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

Shades of Orchid #DE6ACE

Tints of Orchid #DE6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

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

R = 41.57%
G = 19.85%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE6ACE (or 0xDE6ACE) is known color: Orchid. HEX triplet: DE, 6A and CE. RGB value is (222,106,206). Sum of RGB (Red+Green+Blue) = 222+106+206=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ACE is #219531. Grayscale: #979797. Windows color (decimal): -2200882 or 13527774. OLE color: 13527774.

HSL color Cylindrical-coordinate representation of color #DE6ACE: hue angle of 308.28º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6ACE is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 106 206 -
CMYK 0 0.52 0.07 0.13
HSL 308.28º 0.64% 0.64% -
HSV(B) 308.28º 0.52% 0.87% -
XYZ 46.42 30.29 61.79 -
YUV 152.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 222 106 206 0 0.52 0.07 0.13 308.28 0.64 0.64
Hex DE 6A CE 0 34 7 D 134 40 40
Octal 336 152 316 0 64 7 15 464 100 100
Binary 11011110 1101010 11001110 0 110100 111 1101 100110100 1000000 1000000

Color Harmonies of #DE6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6ACE

Black with #DE6ACE

Text Example


Text Example

White with #DE6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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