Shades of Medium Orchid #CC63DF
Tints of Medium Orchid #CC63DF
RGB
CMYK
RGB Variations
Color information
#CC63DF (or 0xCC63DF) is known color: Medium Orchid. HEX triplet: CC, 63 and DF. RGB value is (204,99,223). Sum of RGB (Red+Green+Blue) = 204+99+223=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63DF is #339C20. Grayscale: #909090. Windows color (decimal): -3382305 or 14640076. OLE color: 14640076.
HSL color Cylindrical-coordinate representation of color #CC63DF: hue angle of 290.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC63DF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 99 | 223 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.13 |
| HSL | 290.81º | 0.66% | 0.63% | - |
| HSV(B) | 290.81º | 0.56% | 0.87% | - |
| XYZ | 42.68 | 27.09 | 72.79 | - |
| YUV | 144.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 223 | 0.09 | 0.56 | 0 | 0.13 | 290.81 | 0.66 | 0.63 |
| Hex | CC | 63 | DF | 9 | 38 | 0 | D | 123 | 42 | 3F |
| Octal | 314 | 143 | 337 | 11 | 70 | 0 | 15 | 443 | 102 | 77 |
| Binary | 11001100 | 1100011 | 11011111 | 1001 | 111000 | 0 | 1101 | 100100011 | 1000010 | 111111 |
Color Harmonies of #CC63DF
Complementary color
Monochromatic Colors of #CC63DF
Black with #CC63DF
Text Example
Text Example
White with #CC63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63DF; }
p { color: rgb(204,99,223); }
H1.HeaderClassName
{
color: #CC63DF;
}
.AnyTagClassName
{
color: #CC63DF;
}
</style>
background-color css
<style>
a { background-color: #CC63DF; }
a { background-color: rgb(204,99,223); }
div.DivClassName
{
background-color: #CC63DF;
}
.BgClassName
{
background-color: #CC63DF;
}
</style>
border-color css
<style>
span { border-color: #CC63DF; }
span { border-color: rgb(204,99,223); }
td.TdClassName
{
border-color: #CC63DF;
}
.TagClassName
{
border-color: #CC63DF;
}
</style>