Shades of Medium Orchid #CC33D5
Tints of Medium Orchid #CC33D5
RGB
CMYK
RGB Variations
Color information
#CC33D5 (or 0xCC33D5) is known color: Medium Orchid. HEX triplet: CC, 33 and D5. RGB value is (204,51,213). Sum of RGB (Red+Green+Blue) = 204+51+213=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC33D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC33D5 is #33CC2A. Grayscale: #727272. Windows color (decimal): -3394603 or 13972428. OLE color: 13972428.
HSL color Cylindrical-coordinate representation of color #CC33D5: hue angle of 296.67º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC33D5 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 51 | 213 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.16 |
| HSL | 296.67º | 0.66% | 0.52% | - |
| HSV(B) | 296.67º | 0.76% | 0.84% | - |
| XYZ | 38.1 | 20.01 | 64.81 | - |
| YUV | 115.22 | 183.19 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 213 | 0.04 | 0.76 | 0 | 0.16 | 296.67 | 0.66 | 0.52 |
| Hex | CC | 33 | D5 | 4 | 4C | 0 | 10 | 129 | 42 | 34 |
| Octal | 314 | 63 | 325 | 4 | 114 | 0 | 20 | 451 | 102 | 64 |
| Binary | 11001100 | 110011 | 11010101 | 100 | 1001100 | 0 | 10000 | 100101001 | 1000010 | 110100 |
Color Harmonies of #CC33D5
Complementary color
Monochromatic Colors of #CC33D5
Black with #CC33D5
Text Example
Text Example
White with #CC33D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC33D5; }
p { color: rgb(204,51,213); }
H1.HeaderClassName
{
color: #CC33D5;
}
.AnyTagClassName
{
color: #CC33D5;
}
</style>
background-color css
<style>
a { background-color: #CC33D5; }
a { background-color: rgb(204,51,213); }
div.DivClassName
{
background-color: #CC33D5;
}
.BgClassName
{
background-color: #CC33D5;
}
</style>
border-color css
<style>
span { border-color: #CC33D5; }
span { border-color: rgb(204,51,213); }
td.TdClassName
{
border-color: #CC33D5;
}
.TagClassName
{
border-color: #CC33D5;
}
</style>