Html Css Color HEX #DC76CF Orchid

📋 copy color: '#DC76CF'

red 220 ◦ green 118 ◦ blue 207

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

Shades of Orchid #DC76CF

Tints of Orchid #DC76CF

RGB

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

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

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

R = 40.37%
G = 21.65%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC76CF (or 0xDC76CF) is known color: Orchid. HEX triplet: DC, 76 and CF. RGB value is (220,118,207). Sum of RGB (Red+Green+Blue) = 220+118+207=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76CF is #238930. Grayscale: #9E9E9E. Windows color (decimal): -2328881 or 13596380. OLE color: 13596380.

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

Color convert

RGB 220 118 207 -
CMYK 0 0.46 0.06 0.14
HSL 307.65º 0.59% 0.66% -
HSV(B) 307.65º 0.46% 0.86% -
XYZ 47.26 32.68 62.85 -
YUV 158.64 155.29 171.76 -
System Red Green Blue C M Y K H S L
Decimal 220 118 207 0 0.46 0.06 0.14 307.65 0.59 0.66
Hex DC 76 CF 0 2E 6 E 134 3B 42
Octal 334 166 317 0 56 6 16 464 73 102
Binary 11011100 1110110 11001111 0 101110 110 1110 100110100 111011 1000010

Color Harmonies of #DC76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76CF

Black with #DC76CF

Text Example


Text Example

White with #DC76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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