Html Css Color HEX #DE72EA Orchid

📋 copy color: '#DE72EA'

red 222 ◦ green 114 ◦ blue 234

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

Shades of Orchid #DE72EA

Tints of Orchid #DE72EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.05%

R = 38.95%
G = 20%
B = 41.05%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DE72EA (or 0xDE72EA) is known color: Orchid. HEX triplet: DE, 72 and EA. RGB value is (222,114,234). Sum of RGB (Red+Green+Blue) = 222+114+234=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE72EA is #218D15. Grayscale: #9F9F9F. Windows color (decimal): -2198806 or 15364830. OLE color: 15364830.

HSL color Cylindrical-coordinate representation of color #DE72EA: hue angle of 294º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE72EA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 114 234 -
CMYK 0.05 0.51 0 0.08
HSL 294º 0.74% 0.68% -
HSV(B) 294º 0.51% 0.92% -
XYZ 50.99 33.5 81.62 -
YUV 159.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 222 114 234 0.05 0.51 0 0.08 294 0.74 0.68
Hex DE 72 EA 5 33 0 8 126 4A 44
Octal 336 162 352 5 63 0 10 446 112 104
Binary 11011110 1110010 11101010 101 110011 0 1000 100100110 1001010 1000100

Color Harmonies of #DE72EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE72EA

Black with #DE72EA

Text Example


Text Example

White with #DE72EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE72EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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