Shades of Medium Orchid #CC5CDB
Tints of Medium Orchid #CC5CDB
RGB
CMYK
RGB Variations
Color information
#CC5CDB (or 0xCC5CDB) is known color: Medium Orchid. HEX triplet: CC, 5C and DB. RGB value is (204,92,219). Sum of RGB (Red+Green+Blue) = 204+92+219=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CDB is #33A324. Grayscale: #8B8B8B. Windows color (decimal): -3384101 or 14376140. OLE color: 14376140.
HSL color Cylindrical-coordinate representation of color #CC5CDB: hue angle of 292.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5CDB is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 92 | 219 | - |
CMYK | 0.07 | 0.58 | 0 | 0.14 |
HSL | 292.91º | 0.64% | 0.61% | - |
HSV(B) | 292.91º | 0.58% | 0.86% | - |
XYZ | 41.52 | 25.61 | 69.77 | - |
YUV | 139.97 | 172.61 | 173.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 92 | 219 | 0.07 | 0.58 | 0 | 0.14 | 292.91 | 0.64 | 0.61 |
Hex | CC | 5C | DB | 7 | 3A | 0 | E | 125 | 40 | 3D |
Octal | 314 | 134 | 333 | 7 | 72 | 0 | 16 | 445 | 100 | 75 |
Binary | 11001100 | 1011100 | 11011011 | 111 | 111010 | 0 | 1110 | 100100101 | 1000000 | 111101 |
Color Harmonies of #CC5CDB
Complementary color
Monochromatic Colors of #CC5CDB
Black with #CC5CDB
Text Example
Text Example
White with #CC5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CDB; }
p { color: rgb(204,92,219); }
H1.HeaderClassName
{
color: #CC5CDB;
}
.AnyTagClassName
{
color: #CC5CDB;
}
</style>
background-color css
<style>
a { background-color: #CC5CDB; }
a { background-color: rgb(204,92,219); }
div.DivClassName
{
background-color: #CC5CDB;
}
.BgClassName
{
background-color: #CC5CDB;
}
</style>
border-color css
<style>
span { border-color: #CC5CDB; }
span { border-color: rgb(204,92,219); }
td.TdClassName
{
border-color: #CC5CDB;
}
.TagClassName
{
border-color: #CC5CDB;
}
</style>