Html Css Color HEX #DE76CC Orchid

📋 copy color: '#DE76CC'

red 222 ◦ green 118 ◦ blue 204

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

Shades of Orchid #DE76CC

Tints of Orchid #DE76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 40.81%
G = 21.69%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DE76CC (or 0xDE76CC) is known color: Orchid. HEX triplet: DE, 76 and CC. RGB value is (222,118,204). Sum of RGB (Red+Green+Blue) = 222+118+204=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76CC is #218933. Grayscale: #9E9E9E. Windows color (decimal): -2197812 or 13399774. OLE color: 13399774.

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

Color convert

RGB 222 118 204 -
CMYK 0 0.47 0.08 0.13
HSL 310.38º 0.61% 0.67% -
HSV(B) 310.38º 0.47% 0.87% -
XYZ 47.5 32.85 60.96 -
YUV 158.9 153.46 173.01 -
System Red Green Blue C M Y K H S L
Decimal 222 118 204 0 0.47 0.08 0.13 310.38 0.61 0.67
Hex DE 76 CC 0 2F 8 D 136 3D 43
Octal 336 166 314 0 57 10 15 466 75 103
Binary 11011110 1110110 11001100 0 101111 1000 1101 100110110 111101 1000011

Color Harmonies of #DE76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE76CC

Black with #DE76CC

Text Example


Text Example

White with #DE76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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