Html Css Color HEX #DE71C2 Orchid

📋 copy color: '#DE71C2'

red 222 ◦ green 113 ◦ blue 194

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

Shades of Orchid #DE71C2

Tints of Orchid #DE71C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 41.97%
G = 21.36%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#DE71C2 (or 0xDE71C2) is known color: Orchid. HEX triplet: DE, 71 and C2. RGB value is (222,113,194). Sum of RGB (Red+Green+Blue) = 222+113+194=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71C2 is #218E3D. Grayscale: #9A9A9A. Windows color (decimal): -2199102 or 12743134. OLE color: 12743134.

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

Color convert

RGB 222 113 194 -
CMYK 0 0.49 0.13 0.13
HSL 315.41º 0.62% 0.66% -
HSV(B) 315.41º 0.49% 0.87% -
XYZ 45.77 31.23 54.66 -
YUV 154.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 222 113 194 0 0.49 0.13 0.13 315.41 0.62 0.66
Hex DE 71 C2 0 31 D D 13B 3E 42
Octal 336 161 302 0 61 15 15 473 76 102
Binary 11011110 1110001 11000010 0 110001 1101 1101 100111011 111110 1000010

Color Harmonies of #DE71C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71C2

Black with #DE71C2

Text Example


Text Example

White with #DE71C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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