Shades of Orchid #CC69E3
Tints of Orchid #CC69E3
RGB
CMYK
RGB Variations
Color information
#CC69E3 (or 0xCC69E3) is known color: Orchid. HEX triplet: CC, 69 and E3. RGB value is (204,105,227). Sum of RGB (Red+Green+Blue) = 204+105+227=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC69E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69E3 is #33961C. Grayscale: #949494. Windows color (decimal): -3380765 or 14903756. OLE color: 14903756.
HSL color Cylindrical-coordinate representation of color #CC69E3: hue angle of 288.69º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC69E3 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 105 | 227 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.11 |
| HSL | 288.69º | 0.69% | 0.65% | - |
| HSV(B) | 288.69º | 0.54% | 0.89% | - |
| XYZ | 43.82 | 28.49 | 75.86 | - |
| YUV | 148.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 227 | 0.10 | 0.54 | 0 | 0.11 | 288.69 | 0.69 | 0.65 |
| Hex | CC | 69 | E3 | A | 36 | 0 | B | 121 | 45 | 41 |
| Octal | 314 | 151 | 343 | 12 | 66 | 0 | 13 | 441 | 105 | 101 |
| Binary | 11001100 | 1101001 | 11100011 | 1010 | 110110 | 0 | 1011 | 100100001 | 1000101 | 1000001 |
Color Harmonies of #CC69E3
Complementary color
Monochromatic Colors of #CC69E3
Black with #CC69E3
Text Example
Text Example
White with #CC69E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC69E3; }
p { color: rgb(204,105,227); }
H1.HeaderClassName
{
color: #CC69E3;
}
.AnyTagClassName
{
color: #CC69E3;
}
</style>
background-color css
<style>
a { background-color: #CC69E3; }
a { background-color: rgb(204,105,227); }
div.DivClassName
{
background-color: #CC69E3;
}
.BgClassName
{
background-color: #CC69E3;
}
</style>
border-color css
<style>
span { border-color: #CC69E3; }
span { border-color: rgb(204,105,227); }
td.TdClassName
{
border-color: #CC69E3;
}
.TagClassName
{
border-color: #CC69E3;
}
</style>