Shades of Medium Orchid #CC5FDE
Tints of Medium Orchid #CC5FDE
RGB
CMYK
RGB Variations
Color information
#CC5FDE (or 0xCC5FDE) is known color: Medium Orchid. HEX triplet: CC, 5F and DE. RGB value is (204,95,222). Sum of RGB (Red+Green+Blue) = 204+95+222=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC5FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5FDE is #33A021. Grayscale: #8D8D8D. Windows color (decimal): -3383330 or 14573516. OLE color: 14573516.
HSL color Cylindrical-coordinate representation of color #CC5FDE: hue angle of 291.5º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5FDE is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 95 | 222 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.13 |
| HSL | 291.5º | 0.66% | 0.62% | - |
| HSV(B) | 291.5º | 0.57% | 0.87% | - |
| XYZ | 42.18 | 26.3 | 71.96 | - |
| YUV | 142.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 222 | 0.08 | 0.57 | 0 | 0.13 | 291.5 | 0.66 | 0.62 |
| Hex | CC | 5F | DE | 8 | 39 | 0 | D | 123 | 42 | 3E |
| Octal | 314 | 137 | 336 | 10 | 71 | 0 | 15 | 443 | 102 | 76 |
| Binary | 11001100 | 1011111 | 11011110 | 1000 | 111001 | 0 | 1101 | 100100011 | 1000010 | 111110 |
Color Harmonies of #CC5FDE
Complementary color
Monochromatic Colors of #CC5FDE
Black with #CC5FDE
Text Example
Text Example
White with #CC5FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FDE; }
p { color: rgb(204,95,222); }
H1.HeaderClassName
{
color: #CC5FDE;
}
.AnyTagClassName
{
color: #CC5FDE;
}
</style>
background-color css
<style>
a { background-color: #CC5FDE; }
a { background-color: rgb(204,95,222); }
div.DivClassName
{
background-color: #CC5FDE;
}
.BgClassName
{
background-color: #CC5FDE;
}
</style>
border-color css
<style>
span { border-color: #CC5FDE; }
span { border-color: rgb(204,95,222); }
td.TdClassName
{
border-color: #CC5FDE;
}
.TagClassName
{
border-color: #CC5FDE;
}
</style>