Html Css Color HEX #DE72CC Orchid

📋 copy color: '#DE72CC'

red 222 ◦ green 114 ◦ blue 204

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

Shades of Orchid #DE72CC

Tints of Orchid #DE72CC

RGB

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

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

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

R = 41.11%
G = 21.11%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE72CC (or 0xDE72CC) is known color: Orchid. HEX triplet: DE, 72 and CC. RGB value is (222,114,204). Sum of RGB (Red+Green+Blue) = 222+114+204=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE72CC is #218D33. Grayscale: #9C9C9C. Windows color (decimal): -2198836 or 13398750. OLE color: 13398750.

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

Color convert

RGB 222 114 204 -
CMYK 0 0.49 0.08 0.13
HSL 310º 0.62% 0.66% -
HSV(B) 310º 0.49% 0.87% -
XYZ 47.04 31.92 60.81 -
YUV 156.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 222 114 204 0 0.49 0.08 0.13 310 0.62 0.66
Hex DE 72 CC 0 31 8 D 136 3E 42
Octal 336 162 314 0 61 10 15 466 76 102
Binary 11011110 1110010 11001100 0 110001 1000 1101 100110110 111110 1000010

Color Harmonies of #DE72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE72CC

Black with #DE72CC

Text Example


Text Example

White with #DE72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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