Shades of Orchid #CC65CC
Tints of Orchid #CC65CC
RGB
CMYK
RGB Variations
Color information
#CC65CC (or 0xCC65CC) is known color: Orchid. HEX triplet: CC, 65 and CC. RGB value is (204,101,204). Sum of RGB (Red+Green+Blue) = 204+101+204=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC65CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC65CC is #339A33. Grayscale: #8F8F8F. Windows color (decimal): -3381812 or 13395404. OLE color: 13395404.
HSL color Cylindrical-coordinate representation of color #CC65CC: hue angle of 300º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC65CC is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 101 | 204 | - |
| CMYK | 0 | 0.50 | 0 | 0.2 |
| HSL | 300º | 0.5% | 0.6% | - |
| HSV(B) | 300º | 0.5% | 0.8% | - |
| XYZ | 40.45 | 26.5 | 60.11 | - |
| YUV | 143.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 101 | 204 | 0 | 0.50 | 0 | 0.2 | 300 | 0.5 | 0.6 |
| Hex | CC | 65 | CC | 0 | 32 | 0 | 14 | 12C | 32 | 3C |
| Octal | 314 | 145 | 314 | 0 | 62 | 0 | 24 | 454 | 62 | 74 |
| Binary | 11001100 | 1100101 | 11001100 | 0 | 110010 | 0 | 10100 | 100101100 | 110010 | 111100 |
Color Harmonies of #CC65CC
Complementary color
Monochromatic Colors of #CC65CC
Black with #CC65CC
Text Example
Text Example
White with #CC65CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC65CC; }
p { color: rgb(204,101,204); }
H1.HeaderClassName
{
color: #CC65CC;
}
.AnyTagClassName
{
color: #CC65CC;
}
</style>
background-color css
<style>
a { background-color: #CC65CC; }
a { background-color: rgb(204,101,204); }
div.DivClassName
{
background-color: #CC65CC;
}
.BgClassName
{
background-color: #CC65CC;
}
</style>
border-color css
<style>
span { border-color: #CC65CC; }
span { border-color: rgb(204,101,204); }
td.TdClassName
{
border-color: #CC65CC;
}
.TagClassName
{
border-color: #CC65CC;
}
</style>