Shades of Orchid #CC65D8
Tints of Orchid #CC65D8
RGB
CMYK
RGB Variations
Color information
#CC65D8 (or 0xCC65D8) is known color: Orchid. HEX triplet: CC, 65 and D8. RGB value is (204,101,216). Sum of RGB (Red+Green+Blue) = 204+101+216=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC65D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65D8 is #339A27. Grayscale: #909090. Windows color (decimal): -3381800 or 14181836. OLE color: 14181836.
HSL color Cylindrical-coordinate representation of color #CC65D8: hue angle of 293.74º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC65D8 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 101 | 216 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.15 |
| HSL | 293.74º | 0.6% | 0.62% | - |
| HSV(B) | 293.74º | 0.53% | 0.85% | - |
| XYZ | 41.95 | 27.1 | 67.99 | - |
| YUV | 144.91 | 168.12 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 216 | 0.06 | 0.53 | 0 | 0.15 | 293.74 | 0.6 | 0.62 |
| Hex | CC | 65 | D8 | 6 | 35 | 0 | F | 126 | 3C | 3E |
| Octal | 314 | 145 | 330 | 6 | 65 | 0 | 17 | 446 | 74 | 76 |
| Binary | 11001100 | 1100101 | 11011000 | 110 | 110101 | 0 | 1111 | 100100110 | 111100 | 111110 |
Color Harmonies of #CC65D8
Complementary color
Monochromatic Colors of #CC65D8
Black with #CC65D8
Text Example
Text Example
White with #CC65D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65D8; }
p { color: rgb(204,101,216); }
H1.HeaderClassName
{
color: #CC65D8;
}
.AnyTagClassName
{
color: #CC65D8;
}
</style>
background-color css
<style>
a { background-color: #CC65D8; }
a { background-color: rgb(204,101,216); }
div.DivClassName
{
background-color: #CC65D8;
}
.BgClassName
{
background-color: #CC65D8;
}
</style>
border-color css
<style>
span { border-color: #CC65D8; }
span { border-color: rgb(204,101,216); }
td.TdClassName
{
border-color: #CC65D8;
}
.TagClassName
{
border-color: #CC65D8;
}
</style>