Shades of Orchid #CC69D3
Tints of Orchid #CC69D3
RGB
CMYK
RGB Variations
Color information
#CC69D3 (or 0xCC69D3) is known color: Orchid. HEX triplet: CC, 69 and D3. RGB value is (204,105,211). Sum of RGB (Red+Green+Blue) = 204+105+211=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC69D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69D3 is #33962C. Grayscale: #929292. Windows color (decimal): -3380781 or 13855180. OLE color: 13855180.
HSL color Cylindrical-coordinate representation of color #CC69D3: hue angle of 296.04º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC69D3 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 105 | 211 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.17 |
| HSL | 296.04º | 0.55% | 0.62% | - |
| HSV(B) | 296.04º | 0.5% | 0.83% | - |
| XYZ | 41.71 | 27.64 | 64.77 | - |
| YUV | 146.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 211 | 0.03 | 0.50 | 0 | 0.17 | 296.04 | 0.55 | 0.62 |
| Hex | CC | 69 | D3 | 3 | 32 | 0 | 11 | 128 | 37 | 3E |
| Octal | 314 | 151 | 323 | 3 | 62 | 0 | 21 | 450 | 67 | 76 |
| Binary | 11001100 | 1101001 | 11010011 | 11 | 110010 | 0 | 10001 | 100101000 | 110111 | 111110 |
Color Harmonies of #CC69D3
Complementary color
Monochromatic Colors of #CC69D3
Black with #CC69D3
Text Example
Text Example
White with #CC69D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69D3; }
p { color: rgb(204,105,211); }
H1.HeaderClassName
{
color: #CC69D3;
}
.AnyTagClassName
{
color: #CC69D3;
}
</style>
background-color css
<style>
a { background-color: #CC69D3; }
a { background-color: rgb(204,105,211); }
div.DivClassName
{
background-color: #CC69D3;
}
.BgClassName
{
background-color: #CC69D3;
}
</style>
border-color css
<style>
span { border-color: #CC69D3; }
span { border-color: rgb(204,105,211); }
td.TdClassName
{
border-color: #CC69D3;
}
.TagClassName
{
border-color: #CC69D3;
}
</style>