Shades of Orchid #CC6AC2
Tints of Orchid #CC6AC2
RGB
CMYK
RGB Variations
Color information
#CC6AC2 (or 0xCC6AC2) is known color: Orchid. HEX triplet: CC, 6A and C2. RGB value is (204,106,194). Sum of RGB (Red+Green+Blue) = 204+106+194=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6AC2 is #33953D. Grayscale: #919191. Windows color (decimal): -3380542 or 12741324. OLE color: 12741324.
HSL color Cylindrical-coordinate representation of color #CC6AC2: hue angle of 306.12º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6AC2 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 194 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.2 |
| HSL | 306.12º | 0.49% | 0.61% | - |
| HSV(B) | 306.12º | 0.48% | 0.8% | - |
| XYZ | 39.79 | 27.04 | 54.16 | - |
| YUV | 145.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 194 | 0 | 0.48 | 0.05 | 0.2 | 306.12 | 0.49 | 0.61 |
| Hex | CC | 6A | C2 | 0 | 30 | 5 | 14 | 132 | 31 | 3D |
| Octal | 314 | 152 | 302 | 0 | 60 | 5 | 24 | 462 | 61 | 75 |
| Binary | 11001100 | 1101010 | 11000010 | 0 | 110000 | 101 | 10100 | 100110010 | 110001 | 111101 |
Color Harmonies of #CC6AC2
Complementary color
Monochromatic Colors of #CC6AC2
Black with #CC6AC2
Text Example
Text Example
White with #CC6AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AC2; }
p { color: rgb(204,106,194); }
H1.HeaderClassName
{
color: #CC6AC2;
}
.AnyTagClassName
{
color: #CC6AC2;
}
</style>
background-color css
<style>
a { background-color: #CC6AC2; }
a { background-color: rgb(204,106,194); }
div.DivClassName
{
background-color: #CC6AC2;
}
.BgClassName
{
background-color: #CC6AC2;
}
</style>
border-color css
<style>
span { border-color: #CC6AC2; }
span { border-color: rgb(204,106,194); }
td.TdClassName
{
border-color: #CC6AC2;
}
.TagClassName
{
border-color: #CC6AC2;
}
</style>