Shades of Orchid #CC69E5
Tints of Orchid #CC69E5
RGB
CMYK
RGB Variations
Color information
#CC69E5 (or 0xCC69E5) is known color: Orchid. HEX triplet: CC, 69 and E5. RGB value is (204,105,229). Sum of RGB (Red+Green+Blue) = 204+105+229=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69E5 is #33961A. Grayscale: #949494. Windows color (decimal): -3380763 or 15034828. OLE color: 15034828.
HSL color Cylindrical-coordinate representation of color #CC69E5: hue angle of 287.9º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC69E5 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 105 | 229 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.10 |
| HSL | 287.9º | 0.7% | 0.65% | - |
| HSV(B) | 287.9º | 0.54% | 0.9% | - |
| XYZ | 44.1 | 28.6 | 77.32 | - |
| YUV | 148.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 229 | 0.11 | 0.54 | 0 | 0.10 | 287.9 | 0.7 | 0.65 |
| Hex | CC | 69 | E5 | B | 36 | 0 | A | 120 | 46 | 41 |
| Octal | 314 | 151 | 345 | 13 | 66 | 0 | 12 | 440 | 106 | 101 |
| Binary | 11001100 | 1101001 | 11100101 | 1011 | 110110 | 0 | 1010 | 100100000 | 1000110 | 1000001 |
Color Harmonies of #CC69E5
Complementary color
Monochromatic Colors of #CC69E5
Black with #CC69E5
Text Example
Text Example
White with #CC69E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69E5; }
p { color: rgb(204,105,229); }
H1.HeaderClassName
{
color: #CC69E5;
}
.AnyTagClassName
{
color: #CC69E5;
}
</style>
background-color css
<style>
a { background-color: #CC69E5; }
a { background-color: rgb(204,105,229); }
div.DivClassName
{
background-color: #CC69E5;
}
.BgClassName
{
background-color: #CC69E5;
}
</style>
border-color css
<style>
span { border-color: #CC69E5; }
span { border-color: rgb(204,105,229); }
td.TdClassName
{
border-color: #CC69E5;
}
.TagClassName
{
border-color: #CC69E5;
}
</style>