Shades of Orchid #CC65CE
Tints of Orchid #CC65CE
RGB
CMYK
RGB Variations
Color information
#CC65CE (or 0xCC65CE) is known color: Orchid. HEX triplet: CC, 65 and CE. RGB value is (204,101,206). Sum of RGB (Red+Green+Blue) = 204+101+206=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65CE is #339A31. Grayscale: #8F8F8F. Windows color (decimal): -3381810 or 13526476. OLE color: 13526476.
HSL color Cylindrical-coordinate representation of color #CC65CE: hue angle of 298.86º 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 #CC65CE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 101 | 206 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.19 |
| HSL | 298.86º | 0.52% | 0.6% | - |
| HSV(B) | 298.86º | 0.51% | 0.81% | - |
| XYZ | 40.7 | 26.6 | 61.38 | - |
| YUV | 143.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 206 | 0.01 | 0.51 | 0 | 0.19 | 298.86 | 0.52 | 0.6 |
| Hex | CC | 65 | CE | 1 | 33 | 0 | 13 | 12B | 34 | 3C |
| Octal | 314 | 145 | 316 | 1 | 63 | 0 | 23 | 453 | 64 | 74 |
| Binary | 11001100 | 1100101 | 11001110 | 1 | 110011 | 0 | 10011 | 100101011 | 110100 | 111100 |
Color Harmonies of #CC65CE
Complementary color
Monochromatic Colors of #CC65CE
Black with #CC65CE
Text Example
Text Example
White with #CC65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65CE; }
p { color: rgb(204,101,206); }
H1.HeaderClassName
{
color: #CC65CE;
}
.AnyTagClassName
{
color: #CC65CE;
}
</style>
background-color css
<style>
a { background-color: #CC65CE; }
a { background-color: rgb(204,101,206); }
div.DivClassName
{
background-color: #CC65CE;
}
.BgClassName
{
background-color: #CC65CE;
}
</style>
border-color css
<style>
span { border-color: #CC65CE; }
span { border-color: rgb(204,101,206); }
td.TdClassName
{
border-color: #CC65CE;
}
.TagClassName
{
border-color: #CC65CE;
}
</style>