Html Css Color HEX #DE71E5 Orchid

📋 copy color: '#DE71E5'

red 222 ◦ green 113 ◦ blue 229

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

Shades of Orchid #DE71E5

Tints of Orchid #DE71E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.6%

R = 39.36%
G = 20.04%
B = 40.6%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DE71E5 (or 0xDE71E5) is known color: Orchid. HEX triplet: DE, 71 and E5. RGB value is (222,113,229). Sum of RGB (Red+Green+Blue) = 222+113+229=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE71E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71E5 is #218E1A. Grayscale: #9E9E9E. Windows color (decimal): -2199067 or 15036894. OLE color: 15036894.

HSL color Cylindrical-coordinate representation of color #DE71E5: hue angle of 296.38º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE71E5 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 113 229 -
CMYK 0.03 0.51 0 0.10
HSL 296.38º 0.69% 0.67% -
HSV(B) 296.38º 0.51% 0.9% -
XYZ 50.17 33 77.85 -
YUV 158.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 222 113 229 0.03 0.51 0 0.10 296.38 0.69 0.67
Hex DE 71 E5 3 33 0 A 128 45 43
Octal 336 161 345 3 63 0 12 450 105 103
Binary 11011110 1110001 11100101 11 110011 0 1010 100101000 1000101 1000011

Color Harmonies of #DE71E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71E5

Black with #DE71E5

Text Example


Text Example

White with #DE71E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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