Shades of Medium Orchid #CC5CEB
Tints of Medium Orchid #CC5CEB
RGB
CMYK
RGB Variations
Color information
#CC5CEB (or 0xCC5CEB) is known color: Medium Orchid. HEX triplet: CC, 5C and EB. RGB value is (204,92,235). Sum of RGB (Red+Green+Blue) = 204+92+235=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC5CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5CEB is #33A314. Grayscale: #8D8D8D. Windows color (decimal): -3384085 or 15424716. OLE color: 15424716.
HSL color Cylindrical-coordinate representation of color #CC5CEB: hue angle of 286.99º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC5CEB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 92 | 235 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.08 |
| HSL | 286.99º | 0.78% | 0.64% | - |
| HSV(B) | 286.99º | 0.61% | 0.92% | - |
| XYZ | 43.72 | 26.49 | 81.41 | - |
| YUV | 141.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 235 | 0.13 | 0.61 | 0 | 0.08 | 286.99 | 0.78 | 0.64 |
| Hex | CC | 5C | EB | D | 3D | 0 | 8 | 11F | 4E | 40 |
| Octal | 314 | 134 | 353 | 15 | 75 | 0 | 10 | 437 | 116 | 100 |
| Binary | 11001100 | 1011100 | 11101011 | 1101 | 111101 | 0 | 1000 | 100011111 | 1001110 | 1000000 |
Color Harmonies of #CC5CEB
Complementary color
Monochromatic Colors of #CC5CEB
Black with #CC5CEB
Text Example
Text Example
White with #CC5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CEB; }
p { color: rgb(204,92,235); }
H1.HeaderClassName
{
color: #CC5CEB;
}
.AnyTagClassName
{
color: #CC5CEB;
}
</style>
background-color css
<style>
a { background-color: #CC5CEB; }
a { background-color: rgb(204,92,235); }
div.DivClassName
{
background-color: #CC5CEB;
}
.BgClassName
{
background-color: #CC5CEB;
}
</style>
border-color css
<style>
span { border-color: #CC5CEB; }
span { border-color: rgb(204,92,235); }
td.TdClassName
{
border-color: #CC5CEB;
}
.TagClassName
{
border-color: #CC5CEB;
}
</style>