Html Css Color HEX #DE72CE Orchid

📋 copy color: '#DE72CE'

red 222 ◦ green 114 ◦ blue 206

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

Shades of Orchid #DE72CE

Tints of Orchid #DE72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.03%

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

R = 40.96%
G = 21.03%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE72CE (or 0xDE72CE) is known color: Orchid. HEX triplet: DE, 72 and CE. RGB value is (222,114,206). Sum of RGB (Red+Green+Blue) = 222+114+206=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72CE is #218D31. Grayscale: #9C9C9C. Windows color (decimal): -2198834 or 13529822. OLE color: 13529822.

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

Color convert

RGB 222 114 206 -
CMYK 0 0.49 0.07 0.13
HSL 308.89º 0.62% 0.66% -
HSV(B) 308.89º 0.49% 0.87% -
XYZ 47.28 32.02 62.08 -
YUV 156.78 155.78 174.52 -
System Red Green Blue C M Y K H S L
Decimal 222 114 206 0 0.49 0.07 0.13 308.89 0.62 0.66
Hex DE 72 CE 0 31 7 D 135 3E 42
Octal 336 162 316 0 61 7 15 465 76 102
Binary 11011110 1110010 11001110 0 110001 111 1101 100110101 111110 1000010

Color Harmonies of #DE72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE72CE

Black with #DE72CE

Text Example


Text Example

White with #DE72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE72CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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