Html Css Color HEX #DC76CB Orchid

📋 copy color: '#DC76CB'

red 220 ◦ green 118 ◦ blue 203

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

Shades of Orchid #DC76CB

Tints of Orchid #DC76CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 40.67%
G = 21.81%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC76CB (or 0xDC76CB) is known color: Orchid. HEX triplet: DC, 76 and CB. RGB value is (220,118,203). Sum of RGB (Red+Green+Blue) = 220+118+203=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76CB is #238934. Grayscale: #9D9D9D. Windows color (decimal): -2328885 or 13334236. OLE color: 13334236.

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

Color convert

RGB 220 118 203 -
CMYK 0 0.46 0.08 0.14
HSL 310º 0.59% 0.66% -
HSV(B) 310º 0.46% 0.86% -
XYZ 46.77 32.48 60.3 -
YUV 158.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 220 118 203 0 0.46 0.08 0.14 310 0.59 0.66
Hex DC 76 CB 0 2E 8 E 136 3B 42
Octal 334 166 313 0 56 10 16 466 73 102
Binary 11011100 1110110 11001011 0 101110 1000 1110 100110110 111011 1000010

Color Harmonies of #DC76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76CB

Black with #DC76CB

Text Example


Text Example

White with #DC76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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