Shades of Orchid #CC6BE2
Tints of Orchid #CC6BE2
RGB
CMYK
RGB Variations
Color information
#CC6BE2 (or 0xCC6BE2) is known color: Orchid. HEX triplet: CC, 6B and E2. RGB value is (204,107,226). Sum of RGB (Red+Green+Blue) = 204+107+226=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC6BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BE2 is #33941D. Grayscale: #959595. Windows color (decimal): -3380254 or 14838732. OLE color: 14838732.
HSL color Cylindrical-coordinate representation of color #CC6BE2: hue angle of 288.91º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6BE2 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 107 | 226 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.11 |
| HSL | 288.91º | 0.67% | 0.65% | - |
| HSV(B) | 288.91º | 0.53% | 0.89% | - |
| XYZ | 43.89 | 28.84 | 75.21 | - |
| YUV | 149.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 226 | 0.10 | 0.53 | 0 | 0.11 | 288.91 | 0.67 | 0.65 |
| Hex | CC | 6B | E2 | A | 35 | 0 | B | 121 | 43 | 41 |
| Octal | 314 | 153 | 342 | 12 | 65 | 0 | 13 | 441 | 103 | 101 |
| Binary | 11001100 | 1101011 | 11100010 | 1010 | 110101 | 0 | 1011 | 100100001 | 1000011 | 1000001 |
Color Harmonies of #CC6BE2
Complementary color
Monochromatic Colors of #CC6BE2
Black with #CC6BE2
Text Example
Text Example
White with #CC6BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6BE2; }
p { color: rgb(204,107,226); }
H1.HeaderClassName
{
color: #CC6BE2;
}
.AnyTagClassName
{
color: #CC6BE2;
}
</style>
background-color css
<style>
a { background-color: #CC6BE2; }
a { background-color: rgb(204,107,226); }
div.DivClassName
{
background-color: #CC6BE2;
}
.BgClassName
{
background-color: #CC6BE2;
}
</style>
border-color css
<style>
span { border-color: #CC6BE2; }
span { border-color: rgb(204,107,226); }
td.TdClassName
{
border-color: #CC6BE2;
}
.TagClassName
{
border-color: #CC6BE2;
}
</style>