Shades of Medium Orchid #CC55DB
Tints of Medium Orchid #CC55DB
RGB
CMYK
RGB Variations
Color information
#CC55DB (or 0xCC55DB) is known color: Medium Orchid. HEX triplet: CC, 55 and DB. RGB value is (204,85,219). Sum of RGB (Red+Green+Blue) = 204+85+219=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC55DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55DB is #33AA24. Grayscale: #878787. Windows color (decimal): -3385893 or 14374348. OLE color: 14374348.
HSL color Cylindrical-coordinate representation of color #CC55DB: hue angle of 293.28º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC55DB is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 85 | 219 | - |
CMYK | 0.07 | 0.61 | 0 | 0.14 |
HSL | 293.28º | 0.65% | 0.6% | - |
HSV(B) | 293.28º | 0.61% | 0.86% | - |
XYZ | 40.94 | 24.45 | 69.58 | - |
YUV | 135.86 | 174.92 | 176.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 85 | 219 | 0.07 | 0.61 | 0 | 0.14 | 293.28 | 0.65 | 0.6 |
Hex | CC | 55 | DB | 7 | 3D | 0 | E | 125 | 41 | 3C |
Octal | 314 | 125 | 333 | 7 | 75 | 0 | 16 | 445 | 101 | 74 |
Binary | 11001100 | 1010101 | 11011011 | 111 | 111101 | 0 | 1110 | 100100101 | 1000001 | 111100 |
Color Harmonies of #CC55DB
Complementary color
Monochromatic Colors of #CC55DB
Black with #CC55DB
Text Example
Text Example
White with #CC55DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55DB; }
p { color: rgb(204,85,219); }
H1.HeaderClassName
{
color: #CC55DB;
}
.AnyTagClassName
{
color: #CC55DB;
}
</style>
background-color css
<style>
a { background-color: #CC55DB; }
a { background-color: rgb(204,85,219); }
div.DivClassName
{
background-color: #CC55DB;
}
.BgClassName
{
background-color: #CC55DB;
}
</style>
border-color css
<style>
span { border-color: #CC55DB; }
span { border-color: rgb(204,85,219); }
td.TdClassName
{
border-color: #CC55DB;
}
.TagClassName
{
border-color: #CC55DB;
}
</style>