Html Css Color HEX #DC76D2 Orchid

📋 copy color: '#DC76D2'

red 220 ◦ green 118 ◦ blue 210

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

Shades of Orchid #DC76D2

Tints of Orchid #DC76D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.32%

R = 40.15%
G = 21.53%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC76D2 (or 0xDC76D2) is known color: Orchid. HEX triplet: DC, 76 and D2. RGB value is (220,118,210). Sum of RGB (Red+Green+Blue) = 220+118+210=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 210 (82.42% from 255 or 38.32% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76D2 is #23892D. Grayscale: #9E9E9E. Windows color (decimal): -2328878 or 13792988. OLE color: 13792988.

HSL color Cylindrical-coordinate representation of color #DC76D2: hue angle of 305.88º 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 #DC76D2 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 118 210 -
CMYK 0 0.46 0.05 0.14
HSL 305.88º 0.59% 0.66% -
HSV(B) 305.88º 0.46% 0.86% -
XYZ 47.63 32.83 64.8 -
YUV 158.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 220 118 210 0 0.46 0.05 0.14 305.88 0.59 0.66
Hex DC 76 D2 0 2E 5 E 132 3B 42
Octal 334 166 322 0 56 5 16 462 73 102
Binary 11011100 1110110 11010010 0 101110 101 1110 100110010 111011 1000010

Color Harmonies of #DC76D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76D2

Black with #DC76D2

Text Example


Text Example

White with #DC76D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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