Shades of Orchid #CC63D1
Tints of Orchid #CC63D1
RGB
CMYK
RGB Variations
Color information
#CC63D1 (or 0xCC63D1) is known color: Orchid. HEX triplet: CC, 63 and D1. RGB value is (204,99,209). Sum of RGB (Red+Green+Blue) = 204+99+209=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63D1 is #339C2E. Grayscale: #8E8E8E. Windows color (decimal): -3382319 or 13722572. OLE color: 13722572.
HSL color Cylindrical-coordinate representation of color #CC63D1: hue angle of 297.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC63D1 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 99 | 209 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.18 |
| HSL | 297.27º | 0.54% | 0.6% | - |
| HSV(B) | 297.27º | 0.53% | 0.82% | - |
| XYZ | 40.87 | 26.36 | 63.26 | - |
| YUV | 142.94 | 165.29 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 209 | 0.02 | 0.53 | 0 | 0.18 | 297.27 | 0.54 | 0.6 |
| Hex | CC | 63 | D1 | 2 | 35 | 0 | 12 | 129 | 36 | 3C |
| Octal | 314 | 143 | 321 | 2 | 65 | 0 | 22 | 451 | 66 | 74 |
| Binary | 11001100 | 1100011 | 11010001 | 10 | 110101 | 0 | 10010 | 100101001 | 110110 | 111100 |
Color Harmonies of #CC63D1
Complementary color
Monochromatic Colors of #CC63D1
Black with #CC63D1
Text Example
Text Example
White with #CC63D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63D1; }
p { color: rgb(204,99,209); }
H1.HeaderClassName
{
color: #CC63D1;
}
.AnyTagClassName
{
color: #CC63D1;
}
</style>
background-color css
<style>
a { background-color: #CC63D1; }
a { background-color: rgb(204,99,209); }
div.DivClassName
{
background-color: #CC63D1;
}
.BgClassName
{
background-color: #CC63D1;
}
</style>
border-color css
<style>
span { border-color: #CC63D1; }
span { border-color: rgb(204,99,209); }
td.TdClassName
{
border-color: #CC63D1;
}
.TagClassName
{
border-color: #CC63D1;
}
</style>