Html Css Color HEX #DC76D7 Orchid

📋 copy color: '#DC76D7'

red 220 ◦ green 118 ◦ blue 215

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

Shades of Orchid #DC76D7

Tints of Orchid #DC76D7

RGB

 RED value IS 220 (86.33% from 255) = 39.78%

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

 BLUE value IS 215 (84.38% from 255) = 38.88%

R = 39.78%
G = 21.34%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC76D7 (or 0xDC76D7) is known color: Orchid. HEX triplet: DC, 76 and D7. RGB value is (220,118,215). Sum of RGB (Red+Green+Blue) = 220+118+215=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76D7 is #238928. Grayscale: #9F9F9F. Windows color (decimal): -2328873 or 14120668. OLE color: 14120668.

HSL color Cylindrical-coordinate representation of color #DC76D7: hue angle of 302.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC76D7 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 215 -
CMYK 0 0.46 0.02 0.14
HSL 302.94º 0.59% 0.66% -
HSV(B) 302.94º 0.46% 0.86% -
XYZ 48.26 33.08 68.13 -
YUV 159.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 220 118 215 0 0.46 0.02 0.14 302.94 0.59 0.66
Hex DC 76 D7 0 2E 2 E 12F 3B 42
Octal 334 166 327 0 56 2 16 457 73 102
Binary 11011100 1110110 11010111 0 101110 10 1110 100101111 111011 1000010

Color Harmonies of #DC76D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76D7

Black with #DC76D7

Text Example


Text Example

White with #DC76D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76D7; }

 p { color: rgb(220,118,215); }

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

background-color css

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

 a { background-color: rgb(220,118,215); }

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

border-color css

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

 span { border-color: rgb(220,118,215); }

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