Html Css Color HEX #DC76C3 Orchid

📋 copy color: '#DC76C3'

red 220 ◦ green 118 ◦ blue 195

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

Shades of Orchid #DC76C3

Tints of Orchid #DC76C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.59%

R = 41.28%
G = 22.14%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC76C3 (or 0xDC76C3) is known color: Orchid. HEX triplet: DC, 76 and C3. RGB value is (220,118,195). Sum of RGB (Red+Green+Blue) = 220+118+195=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76C3 is #23893C. Grayscale: #9D9D9D. Windows color (decimal): -2328893 or 12809948. OLE color: 12809948.

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

Color convert

RGB 220 118 195 -
CMYK 0 0.46 0.11 0.14
HSL 314.71º 0.59% 0.66% -
HSV(B) 314.71º 0.46% 0.86% -
XYZ 45.84 32.11 55.41 -
YUV 157.28 149.29 172.74 -
System Red Green Blue C M Y K H S L
Decimal 220 118 195 0 0.46 0.11 0.14 314.71 0.59 0.66
Hex DC 76 C3 0 2E B E 13B 3B 42
Octal 334 166 303 0 56 13 16 473 73 102
Binary 11011100 1110110 11000011 0 101110 1011 1110 100111011 111011 1000010

Color Harmonies of #DC76C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76C3

Black with #DC76C3

Text Example


Text Example

White with #DC76C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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