Shades of Orchid #CC63CD
Tints of Orchid #CC63CD
RGB
CMYK
RGB Variations
Color information
#CC63CD (or 0xCC63CD) is known color: Orchid. HEX triplet: CC, 63 and CD. RGB value is (204,99,205). Sum of RGB (Red+Green+Blue) = 204+99+205=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC63CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63CD is #339C32. Grayscale: #8E8E8E. Windows color (decimal): -3382323 or 13460428. OLE color: 13460428.
HSL color Cylindrical-coordinate representation of color #CC63CD: hue angle of 299.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC63CD is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 99 | 205 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.20 |
| HSL | 299.43º | 0.51% | 0.6% | - |
| HSV(B) | 299.43º | 0.52% | 0.8% | - |
| XYZ | 40.38 | 26.17 | 60.68 | - |
| YUV | 142.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 205 | 0.00 | 0.52 | 0 | 0.20 | 299.43 | 0.51 | 0.6 |
| Hex | CC | 63 | CD | 0 | 34 | 0 | 14 | 12B | 33 | 3C |
| Octal | 314 | 143 | 315 | 0 | 64 | 0 | 24 | 453 | 63 | 74 |
| Binary | 11001100 | 1100011 | 11001101 | 0 | 110100 | 0 | 10100 | 100101011 | 110011 | 111100 |
Color Harmonies of #CC63CD
Complementary color
Monochromatic Colors of #CC63CD
Black with #CC63CD
Text Example
Text Example
White with #CC63CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63CD; }
p { color: rgb(204,99,205); }
H1.HeaderClassName
{
color: #CC63CD;
}
.AnyTagClassName
{
color: #CC63CD;
}
</style>
background-color css
<style>
a { background-color: #CC63CD; }
a { background-color: rgb(204,99,205); }
div.DivClassName
{
background-color: #CC63CD;
}
.BgClassName
{
background-color: #CC63CD;
}
</style>
border-color css
<style>
span { border-color: #CC63CD; }
span { border-color: rgb(204,99,205); }
td.TdClassName
{
border-color: #CC63CD;
}
.TagClassName
{
border-color: #CC63CD;
}
</style>