Html Css Color HEX #DE71CF Orchid

📋 copy color: '#DE71CF'

red 222 ◦ green 113 ◦ blue 207

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

Shades of Orchid #DE71CF

Tints of Orchid #DE71CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 40.96%
G = 20.85%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE71CF (or 0xDE71CF) is known color: Orchid. HEX triplet: DE, 71 and CF. RGB value is (222,113,207). Sum of RGB (Red+Green+Blue) = 222+113+207=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE71CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE71CF is #218E30. Grayscale: #9C9C9C. Windows color (decimal): -2199089 or 13595102. OLE color: 13595102.

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

Color convert

RGB 222 113 207 -
CMYK 0 0.49 0.07 0.13
HSL 308.26º 0.62% 0.66% -
HSV(B) 308.26º 0.49% 0.87% -
XYZ 47.29 31.84 62.69 -
YUV 156.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 222 113 207 0 0.49 0.07 0.13 308.26 0.62 0.66
Hex DE 71 CF 0 31 7 D 134 3E 42
Octal 336 161 317 0 61 7 15 464 76 102
Binary 11011110 1110001 11001111 0 110001 111 1101 100110100 111110 1000010

Color Harmonies of #DE71CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE71CF

Black with #DE71CF

Text Example


Text Example

White with #DE71CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE71CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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