Shades of Orchid #CC69DD
Tints of Orchid #CC69DD
RGB
CMYK
RGB Variations
Color information
#CC69DD (or 0xCC69DD) is known color: Orchid. HEX triplet: CC, 69 and DD. RGB value is (204,105,221). Sum of RGB (Red+Green+Blue) = 204+105+221=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69DD is #339622. Grayscale: #939393. Windows color (decimal): -3380771 or 14510540. OLE color: 14510540.
HSL color Cylindrical-coordinate representation of color #CC69DD: hue angle of 291.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC69DD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 105 | 221 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.13 |
| HSL | 291.21º | 0.63% | 0.64% | - |
| HSV(B) | 291.21º | 0.52% | 0.87% | - |
| XYZ | 43 | 28.16 | 71.58 | - |
| YUV | 147.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 221 | 0.08 | 0.52 | 0 | 0.13 | 291.21 | 0.63 | 0.64 |
| Hex | CC | 69 | DD | 8 | 34 | 0 | D | 123 | 3F | 40 |
| Octal | 314 | 151 | 335 | 10 | 64 | 0 | 15 | 443 | 77 | 100 |
| Binary | 11001100 | 1101001 | 11011101 | 1000 | 110100 | 0 | 1101 | 100100011 | 111111 | 1000000 |
Color Harmonies of #CC69DD
Complementary color
Monochromatic Colors of #CC69DD
Black with #CC69DD
Text Example
Text Example
White with #CC69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69DD; }
p { color: rgb(204,105,221); }
H1.HeaderClassName
{
color: #CC69DD;
}
.AnyTagClassName
{
color: #CC69DD;
}
</style>
background-color css
<style>
a { background-color: #CC69DD; }
a { background-color: rgb(204,105,221); }
div.DivClassName
{
background-color: #CC69DD;
}
.BgClassName
{
background-color: #CC69DD;
}
</style>
border-color css
<style>
span { border-color: #CC69DD; }
span { border-color: rgb(204,105,221); }
td.TdClassName
{
border-color: #CC69DD;
}
.TagClassName
{
border-color: #CC69DD;
}
</style>