Shades of Orchid #CC69D0
Tints of Orchid #CC69D0
RGB
CMYK
RGB Variations
Color information
#CC69D0 (or 0xCC69D0) is known color: Orchid. HEX triplet: CC, 69 and D0. RGB value is (204,105,208). Sum of RGB (Red+Green+Blue) = 204+105+208=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69D0 is #33962F. Grayscale: #929292. Windows color (decimal): -3380784 or 13658572. OLE color: 13658572.
HSL color Cylindrical-coordinate representation of color #CC69D0: hue angle of 297.67º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC69D0 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 105 | 208 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.18 |
| HSL | 297.67º | 0.52% | 0.61% | - |
| HSV(B) | 297.67º | 0.5% | 0.82% | - |
| XYZ | 41.34 | 27.49 | 62.8 | - |
| YUV | 146.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 208 | 0.02 | 0.50 | 0 | 0.18 | 297.67 | 0.52 | 0.61 |
| Hex | CC | 69 | D0 | 2 | 32 | 0 | 12 | 12A | 34 | 3D |
| Octal | 314 | 151 | 320 | 2 | 62 | 0 | 22 | 452 | 64 | 75 |
| Binary | 11001100 | 1101001 | 11010000 | 10 | 110010 | 0 | 10010 | 100101010 | 110100 | 111101 |
Color Harmonies of #CC69D0
Complementary color
Monochromatic Colors of #CC69D0
Black with #CC69D0
Text Example
Text Example
White with #CC69D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69D0; }
p { color: rgb(204,105,208); }
H1.HeaderClassName
{
color: #CC69D0;
}
.AnyTagClassName
{
color: #CC69D0;
}
</style>
background-color css
<style>
a { background-color: #CC69D0; }
a { background-color: rgb(204,105,208); }
div.DivClassName
{
background-color: #CC69D0;
}
.BgClassName
{
background-color: #CC69D0;
}
</style>
border-color css
<style>
span { border-color: #CC69D0; }
span { border-color: rgb(204,105,208); }
td.TdClassName
{
border-color: #CC69D0;
}
.TagClassName
{
border-color: #CC69D0;
}
</style>