Shades of Orchid #CC69E6
Tints of Orchid #CC69E6
RGB
CMYK
RGB Variations
Color information
#CC69E6 (or 0xCC69E6) is known color: Orchid. HEX triplet: CC, 69 and E6. RGB value is (204,105,230). Sum of RGB (Red+Green+Blue) = 204+105+230=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC69E6 is #339619. Grayscale: #949494. Windows color (decimal): -3380762 or 15100364. OLE color: 15100364.
HSL color Cylindrical-coordinate representation of color #CC69E6: hue angle of 287.52º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC69E6 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 105 | 230 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.10 |
| HSL | 287.52º | 0.71% | 0.66% | - |
| HSV(B) | 287.52º | 0.54% | 0.9% | - |
| XYZ | 44.24 | 28.65 | 78.06 | - |
| YUV | 148.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 230 | 0.11 | 0.54 | 0 | 0.10 | 287.52 | 0.71 | 0.66 |
| Hex | CC | 69 | E6 | B | 36 | 0 | A | 120 | 47 | 42 |
| Octal | 314 | 151 | 346 | 13 | 66 | 0 | 12 | 440 | 107 | 102 |
| Binary | 11001100 | 1101001 | 11100110 | 1011 | 110110 | 0 | 1010 | 100100000 | 1000111 | 1000010 |
Color Harmonies of #CC69E6
Complementary color
Monochromatic Colors of #CC69E6
Black with #CC69E6
Text Example
Text Example
White with #CC69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69E6; }
p { color: rgb(204,105,230); }
H1.HeaderClassName
{
color: #CC69E6;
}
.AnyTagClassName
{
color: #CC69E6;
}
</style>
background-color css
<style>
a { background-color: #CC69E6; }
a { background-color: rgb(204,105,230); }
div.DivClassName
{
background-color: #CC69E6;
}
.BgClassName
{
background-color: #CC69E6;
}
</style>
border-color css
<style>
span { border-color: #CC69E6; }
span { border-color: rgb(204,105,230); }
td.TdClassName
{
border-color: #CC69E6;
}
.TagClassName
{
border-color: #CC69E6;
}
</style>