Html Css Color HEX #DE76CF Orchid

📋 copy color: '#DE76CF'

red 222 ◦ green 118 ◦ blue 207

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

Shades of Orchid #DE76CF

Tints of Orchid #DE76CF

RGB

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

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

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

R = 40.59%
G = 21.57%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DE76CF (or 0xDE76CF) is known color: Orchid. HEX triplet: DE, 76 and CF. RGB value is (222,118,207). Sum of RGB (Red+Green+Blue) = 222+118+207=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76CF is #218930. Grayscale: #9E9E9E. Windows color (decimal): -2197809 or 13596382. OLE color: 13596382.

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

Color convert

RGB 222 118 207 -
CMYK 0 0.47 0.07 0.13
HSL 308.65º 0.61% 0.67% -
HSV(B) 308.65º 0.47% 0.87% -
XYZ 47.87 32.99 62.88 -
YUV 159.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 222 118 207 0 0.47 0.07 0.13 308.65 0.61 0.67
Hex DE 76 CF 0 2F 7 D 135 3D 43
Octal 336 166 317 0 57 7 15 465 75 103
Binary 11011110 1110110 11001111 0 101111 111 1101 100110101 111101 1000011

Color Harmonies of #DE76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE76CF

Black with #DE76CF

Text Example


Text Example

White with #DE76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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