Html Css Color HEX #DE71E0 Orchid

📋 copy color: '#DE71E0'

red 222 ◦ green 113 ◦ blue 224

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

Shades of Orchid #DE71E0

Tints of Orchid #DE71E0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.21%

 BLUE value IS 224 (87.89% from 255) = 40.07%

R = 39.71%
G = 20.21%
B = 40.07%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DE71E0 (or 0xDE71E0) is known color: Orchid. HEX triplet: DE, 71 and E0. RGB value is (222,113,224). Sum of RGB (Red+Green+Blue) = 222+113+224=559 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.71% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE71E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71E0 is #218E1F. Grayscale: #9D9D9D. Windows color (decimal): -2199072 or 14709214. OLE color: 14709214.

HSL color Cylindrical-coordinate representation of color #DE71E0: hue angle of 298.92º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE71E0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 113 224 -
CMYK 0.01 0.50 0 0.12
HSL 298.92º 0.64% 0.66% -
HSV(B) 298.92º 0.5% 0.88% -
XYZ 49.48 32.72 74.23 -
YUV 158.25 165.11 173.47 -
System Red Green Blue C M Y K H S L
Decimal 222 113 224 0.01 0.50 0 0.12 298.92 0.64 0.66
Hex DE 71 E0 1 32 0 C 12B 40 42
Octal 336 161 340 1 62 0 14 453 100 102
Binary 11011110 1110001 11100000 1 110010 0 1100 100101011 1000000 1000010

Color Harmonies of #DE71E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71E0

Black with #DE71E0

Text Example


Text Example

White with #DE71E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71E0; }

 p { color: rgb(222,113,224); }

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

background-color css

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

 a { background-color: rgb(222,113,224); }

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

border-color css

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

 span { border-color: rgb(222,113,224); }

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