Shades of Orchid #CC69D1
Tints of Orchid #CC69D1
RGB
CMYK
RGB Variations
Color information
#CC69D1 (or 0xCC69D1) is known color: Orchid. HEX triplet: CC, 69 and D1. RGB value is (204,105,209). Sum of RGB (Red+Green+Blue) = 204+105+209=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69D1 is #33962E. Grayscale: #929292. Windows color (decimal): -3380783 or 13724108. OLE color: 13724108.
HSL color Cylindrical-coordinate representation of color #CC69D1: hue angle of 297.12º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC69D1 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 105 | 209 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.18 |
| HSL | 297.12º | 0.53% | 0.62% | - |
| HSV(B) | 297.12º | 0.5% | 0.82% | - |
| XYZ | 41.46 | 27.54 | 63.45 | - |
| YUV | 146.46 | 163.3 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 209 | 0.02 | 0.50 | 0 | 0.18 | 297.12 | 0.53 | 0.62 |
| Hex | CC | 69 | D1 | 2 | 32 | 0 | 12 | 129 | 35 | 3E |
| Octal | 314 | 151 | 321 | 2 | 62 | 0 | 22 | 451 | 65 | 76 |
| Binary | 11001100 | 1101001 | 11010001 | 10 | 110010 | 0 | 10010 | 100101001 | 110101 | 111110 |
Color Harmonies of #CC69D1
Complementary color
Monochromatic Colors of #CC69D1
Black with #CC69D1
Text Example
Text Example
White with #CC69D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69D1; }
p { color: rgb(204,105,209); }
H1.HeaderClassName
{
color: #CC69D1;
}
.AnyTagClassName
{
color: #CC69D1;
}
</style>
background-color css
<style>
a { background-color: #CC69D1; }
a { background-color: rgb(204,105,209); }
div.DivClassName
{
background-color: #CC69D1;
}
.BgClassName
{
background-color: #CC69D1;
}
</style>
border-color css
<style>
span { border-color: #CC69D1; }
span { border-color: rgb(204,105,209); }
td.TdClassName
{
border-color: #CC69D1;
}
.TagClassName
{
border-color: #CC69D1;
}
</style>