Shades of Orchid #CC65CF
Tints of Orchid #CC65CF
RGB
CMYK
RGB Variations
Color information
#CC65CF (or 0xCC65CF) is known color: Orchid. HEX triplet: CC, 65 and CF. RGB value is (204,101,207). Sum of RGB (Red+Green+Blue) = 204+101+207=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65CF is #339A30. Grayscale: #8F8F8F. Windows color (decimal): -3381809 or 13592012. OLE color: 13592012.
HSL color Cylindrical-coordinate representation of color #CC65CF: hue angle of 298.3º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC65CF is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 101 | 207 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.19 |
| HSL | 298.3º | 0.52% | 0.6% | - |
| HSV(B) | 298.3º | 0.51% | 0.81% | - |
| XYZ | 40.82 | 26.65 | 62.02 | - |
| YUV | 143.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 207 | 0.01 | 0.51 | 0 | 0.19 | 298.3 | 0.52 | 0.6 |
| Hex | CC | 65 | CF | 1 | 33 | 0 | 13 | 12A | 34 | 3C |
| Octal | 314 | 145 | 317 | 1 | 63 | 0 | 23 | 452 | 64 | 74 |
| Binary | 11001100 | 1100101 | 11001111 | 1 | 110011 | 0 | 10011 | 100101010 | 110100 | 111100 |
Color Harmonies of #CC65CF
Complementary color
Monochromatic Colors of #CC65CF
Black with #CC65CF
Text Example
Text Example
White with #CC65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65CF; }
p { color: rgb(204,101,207); }
H1.HeaderClassName
{
color: #CC65CF;
}
.AnyTagClassName
{
color: #CC65CF;
}
</style>
background-color css
<style>
a { background-color: #CC65CF; }
a { background-color: rgb(204,101,207); }
div.DivClassName
{
background-color: #CC65CF;
}
.BgClassName
{
background-color: #CC65CF;
}
</style>
border-color css
<style>
span { border-color: #CC65CF; }
span { border-color: rgb(204,101,207); }
td.TdClassName
{
border-color: #CC65CF;
}
.TagClassName
{
border-color: #CC65CF;
}
</style>