Shades of Medium Orchid #CC3CFD
Tints of Medium Orchid #CC3CFD
RGB
CMYK
RGB Variations
Color information
#CC3CFD (or 0xCC3CFD) is known color: Medium Orchid. HEX triplet: CC, 3C and FD. RGB value is (204,60,253). Sum of RGB (Red+Green+Blue) = 204+60+253=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC3CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CFD is #33C302. Grayscale: #7C7C7C. Windows color (decimal): -3392259 or 16596172. OLE color: 16596172.
HSL color Cylindrical-coordinate representation of color #CC3CFD: hue angle of 284.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3CFD is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 60 | 253 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.01 |
| HSL | 284.77º | 0.98% | 0.61% | - |
| HSV(B) | 284.77º | 0.76% | 0.99% | - |
| XYZ | 44.25 | 23.16 | 95.07 | - |
| YUV | 125.06 | 200.21 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 253 | 0.19 | 0.76 | 0 | 0.01 | 284.77 | 0.98 | 0.61 |
| Hex | CC | 3C | FD | 13 | 4C | 0 | 1 | 11D | 62 | 3D |
| Octal | 314 | 74 | 375 | 23 | 114 | 0 | 1 | 435 | 142 | 75 |
| Binary | 11001100 | 111100 | 11111101 | 10011 | 1001100 | 0 | 1 | 100011101 | 1100010 | 111101 |
Color Harmonies of #CC3CFD
Complementary color
Monochromatic Colors of #CC3CFD
Black with #CC3CFD
Text Example
Text Example
White with #CC3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CFD; }
p { color: rgb(204,60,253); }
H1.HeaderClassName
{
color: #CC3CFD;
}
.AnyTagClassName
{
color: #CC3CFD;
}
</style>
background-color css
<style>
a { background-color: #CC3CFD; }
a { background-color: rgb(204,60,253); }
div.DivClassName
{
background-color: #CC3CFD;
}
.BgClassName
{
background-color: #CC3CFD;
}
</style>
border-color css
<style>
span { border-color: #CC3CFD; }
span { border-color: rgb(204,60,253); }
td.TdClassName
{
border-color: #CC3CFD;
}
.TagClassName
{
border-color: #CC3CFD;
}
</style>