Shades of Orchid #CC63DA
Tints of Orchid #CC63DA
RGB
CMYK
RGB Variations
Color information
#CC63DA (or 0xCC63DA) is known color: Orchid. HEX triplet: CC, 63 and DA. RGB value is (204,99,218). Sum of RGB (Red+Green+Blue) = 204+99+218=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63DA is #339C25. Grayscale: #8F8F8F. Windows color (decimal): -3382310 or 14312396. OLE color: 14312396.
HSL color Cylindrical-coordinate representation of color #CC63DA: hue angle of 292.94º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC63DA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 99 | 218 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.15 |
| HSL | 292.94º | 0.62% | 0.62% | - |
| HSV(B) | 292.94º | 0.55% | 0.85% | - |
| XYZ | 42.02 | 26.82 | 69.29 | - |
| YUV | 143.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 218 | 0.06 | 0.55 | 0 | 0.15 | 292.94 | 0.62 | 0.62 |
| Hex | CC | 63 | DA | 6 | 37 | 0 | F | 125 | 3E | 3E |
| Octal | 314 | 143 | 332 | 6 | 67 | 0 | 17 | 445 | 76 | 76 |
| Binary | 11001100 | 1100011 | 11011010 | 110 | 110111 | 0 | 1111 | 100100101 | 111110 | 111110 |
Color Harmonies of #CC63DA
Complementary color
Monochromatic Colors of #CC63DA
Black with #CC63DA
Text Example
Text Example
White with #CC63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63DA; }
p { color: rgb(204,99,218); }
H1.HeaderClassName
{
color: #CC63DA;
}
.AnyTagClassName
{
color: #CC63DA;
}
</style>
background-color css
<style>
a { background-color: #CC63DA; }
a { background-color: rgb(204,99,218); }
div.DivClassName
{
background-color: #CC63DA;
}
.BgClassName
{
background-color: #CC63DA;
}
</style>
border-color css
<style>
span { border-color: #CC63DA; }
span { border-color: rgb(204,99,218); }
td.TdClassName
{
border-color: #CC63DA;
}
.TagClassName
{
border-color: #CC63DA;
}
</style>