Shades of Orchid #CC64CF
Tints of Orchid #CC64CF
RGB
CMYK
RGB Variations
Color information
#CC64CF (or 0xCC64CF) is known color: Orchid. HEX triplet: CC, 64 and CF. RGB value is (204,100,207). Sum of RGB (Red+Green+Blue) = 204+100+207=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64CF is #339B30. Grayscale: #8E8E8E. Windows color (decimal): -3382065 or 13591756. OLE color: 13591756.
HSL color Cylindrical-coordinate representation of color #CC64CF: hue angle of 298.32º 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 #CC64CF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 100 | 207 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.19 |
| HSL | 298.32º | 0.53% | 0.6% | - |
| HSV(B) | 298.32º | 0.52% | 0.81% | - |
| XYZ | 40.72 | 26.46 | 61.99 | - |
| YUV | 143.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 207 | 0.01 | 0.52 | 0 | 0.19 | 298.32 | 0.53 | 0.6 |
| Hex | CC | 64 | CF | 1 | 34 | 0 | 13 | 12A | 35 | 3C |
| Octal | 314 | 144 | 317 | 1 | 64 | 0 | 23 | 452 | 65 | 74 |
| Binary | 11001100 | 1100100 | 11001111 | 1 | 110100 | 0 | 10011 | 100101010 | 110101 | 111100 |
Color Harmonies of #CC64CF
Complementary color
Monochromatic Colors of #CC64CF
Black with #CC64CF
Text Example
Text Example
White with #CC64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC64CF; }
p { color: rgb(204,100,207); }
H1.HeaderClassName
{
color: #CC64CF;
}
.AnyTagClassName
{
color: #CC64CF;
}
</style>
background-color css
<style>
a { background-color: #CC64CF; }
a { background-color: rgb(204,100,207); }
div.DivClassName
{
background-color: #CC64CF;
}
.BgClassName
{
background-color: #CC64CF;
}
</style>
border-color css
<style>
span { border-color: #CC64CF; }
span { border-color: rgb(204,100,207); }
td.TdClassName
{
border-color: #CC64CF;
}
.TagClassName
{
border-color: #CC64CF;
}
</style>