Html Css Color HEX #DE76C7 Orchid

📋 copy color: '#DE76C7'

red 222 ◦ green 118 ◦ blue 199

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

Shades of Orchid #DE76C7

Tints of Orchid #DE76C7

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.89%

 BLUE value IS 199 (78.13% from 255) = 36.92%

R = 41.19%
G = 21.89%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DE76C7 (or 0xDE76C7) is known color: Orchid. HEX triplet: DE, 76 and C7. RGB value is (222,118,199). Sum of RGB (Red+Green+Blue) = 222+118+199=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 199 (78.12% from 255 or 36.92% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76C7 is #218938. Grayscale: #9E9E9E. Windows color (decimal): -2197817 or 13072094. OLE color: 13072094.

HSL color Cylindrical-coordinate representation of color #DE76C7: hue angle of 313.27º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76C7 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 118 199 -
CMYK 0 0.47 0.10 0.13
HSL 313.27º 0.61% 0.67% -
HSV(B) 313.27º 0.47% 0.87% -
XYZ 46.91 32.61 57.85 -
YUV 158.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 222 118 199 0 0.47 0.10 0.13 313.27 0.61 0.67
Hex DE 76 C7 0 2F A D 139 3D 43
Octal 336 166 307 0 57 12 15 471 75 103
Binary 11011110 1110110 11000111 0 101111 1010 1101 100111001 111101 1000011

Color Harmonies of #DE76C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE76C7

Black with #DE76C7

Text Example


Text Example

White with #DE76C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE76C7; }

 p { color: rgb(222,118,199); }

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

background-color css

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

 a { background-color: rgb(222,118,199); }

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

border-color css

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

 span { border-color: rgb(222,118,199); }

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