Shades of Orchid #CC63CF
Tints of Orchid #CC63CF
RGB
CMYK
RGB Variations
Color information
#CC63CF (or 0xCC63CF) is known color: Orchid. HEX triplet: CC, 63 and CF. RGB value is (204,99,207). Sum of RGB (Red+Green+Blue) = 204+99+207=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63CF is #339C30. Grayscale: #8E8E8E. Windows color (decimal): -3382321 or 13591500. OLE color: 13591500.
HSL color Cylindrical-coordinate representation of color #CC63CF: hue angle of 298.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC63CF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 99 | 207 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.19 |
| HSL | 298.33º | 0.53% | 0.6% | - |
| HSV(B) | 298.33º | 0.52% | 0.81% | - |
| XYZ | 40.63 | 26.27 | 61.96 | - |
| YUV | 142.71 | 164.29 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 207 | 0.01 | 0.52 | 0 | 0.19 | 298.33 | 0.53 | 0.6 |
| Hex | CC | 63 | CF | 1 | 34 | 0 | 13 | 12A | 35 | 3C |
| Octal | 314 | 143 | 317 | 1 | 64 | 0 | 23 | 452 | 65 | 74 |
| Binary | 11001100 | 1100011 | 11001111 | 1 | 110100 | 0 | 10011 | 100101010 | 110101 | 111100 |
Color Harmonies of #CC63CF
Complementary color
Monochromatic Colors of #CC63CF
Black with #CC63CF
Text Example
Text Example
White with #CC63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63CF; }
p { color: rgb(204,99,207); }
H1.HeaderClassName
{
color: #CC63CF;
}
.AnyTagClassName
{
color: #CC63CF;
}
</style>
background-color css
<style>
a { background-color: #CC63CF; }
a { background-color: rgb(204,99,207); }
div.DivClassName
{
background-color: #CC63CF;
}
.BgClassName
{
background-color: #CC63CF;
}
</style>
border-color css
<style>
span { border-color: #CC63CF; }
span { border-color: rgb(204,99,207); }
td.TdClassName
{
border-color: #CC63CF;
}
.TagClassName
{
border-color: #CC63CF;
}
</style>