Shades of Orchid #CC6FE5
Tints of Orchid #CC6FE5
RGB
CMYK
RGB Variations
Color information
#CC6FE5 (or 0xCC6FE5) is known color: Orchid. HEX triplet: CC, 6F and E5. RGB value is (204,111,229). Sum of RGB (Red+Green+Blue) = 204+111+229=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FE5 is #33901A. Grayscale: #979797. Windows color (decimal): -3379227 or 15036364. OLE color: 15036364.
HSL color Cylindrical-coordinate representation of color #CC6FE5: hue angle of 287.29º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6FE5 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 111 | 229 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.10 |
| HSL | 287.29º | 0.69% | 0.67% | - |
| HSV(B) | 287.29º | 0.52% | 0.9% | - |
| XYZ | 44.73 | 29.86 | 77.54 | - |
| YUV | 152.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 229 | 0.11 | 0.52 | 0 | 0.10 | 287.29 | 0.69 | 0.67 |
| Hex | CC | 6F | E5 | B | 34 | 0 | A | 11F | 45 | 43 |
| Octal | 314 | 157 | 345 | 13 | 64 | 0 | 12 | 437 | 105 | 103 |
| Binary | 11001100 | 1101111 | 11100101 | 1011 | 110100 | 0 | 1010 | 100011111 | 1000101 | 1000011 |
Color Harmonies of #CC6FE5
Complementary color
Monochromatic Colors of #CC6FE5
Black with #CC6FE5
Text Example
Text Example
White with #CC6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6FE5; }
p { color: rgb(204,111,229); }
H1.HeaderClassName
{
color: #CC6FE5;
}
.AnyTagClassName
{
color: #CC6FE5;
}
</style>
background-color css
<style>
a { background-color: #CC6FE5; }
a { background-color: rgb(204,111,229); }
div.DivClassName
{
background-color: #CC6FE5;
}
.BgClassName
{
background-color: #CC6FE5;
}
</style>
border-color css
<style>
span { border-color: #CC6FE5; }
span { border-color: rgb(204,111,229); }
td.TdClassName
{
border-color: #CC6FE5;
}
.TagClassName
{
border-color: #CC6FE5;
}
</style>