Shades of Orchid #CC83C2
Tints of Orchid #CC83C2
RGB
CMYK
RGB Variations
Color information
#CC83C2 (or 0xCC83C2) is known color: Orchid. HEX triplet: CC, 83 and C2. RGB value is (204,131,194). Sum of RGB (Red+Green+Blue) = 204+131+194=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83C2 is #337C3D. Grayscale: #9F9F9F. Windows color (decimal): -3374142 or 12747724. OLE color: 12747724.
HSL color Cylindrical-coordinate representation of color #CC83C2: hue angle of 308.22º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC83C2 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 194 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.2 |
| HSL | 308.22º | 0.42% | 0.66% | - |
| HSV(B) | 308.22º | 0.36% | 0.8% | - |
| XYZ | 42.76 | 32.97 | 55.15 | - |
| YUV | 160.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 194 | 0 | 0.36 | 0.05 | 0.2 | 308.22 | 0.42 | 0.66 |
| Hex | CC | 83 | C2 | 0 | 24 | 5 | 14 | 134 | 2A | 42 |
| Octal | 314 | 203 | 302 | 0 | 44 | 5 | 24 | 464 | 52 | 102 |
| Binary | 11001100 | 10000011 | 11000010 | 0 | 100100 | 101 | 10100 | 100110100 | 101010 | 1000010 |
Color Harmonies of #CC83C2
Complementary color
Monochromatic Colors of #CC83C2
Black with #CC83C2
Text Example
Text Example
White with #CC83C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83C2; }
p { color: rgb(204,131,194); }
H1.HeaderClassName
{
color: #CC83C2;
}
.AnyTagClassName
{
color: #CC83C2;
}
</style>
background-color css
<style>
a { background-color: #CC83C2; }
a { background-color: rgb(204,131,194); }
div.DivClassName
{
background-color: #CC83C2;
}
.BgClassName
{
background-color: #CC83C2;
}
</style>
border-color css
<style>
span { border-color: #CC83C2; }
span { border-color: rgb(204,131,194); }
td.TdClassName
{
border-color: #CC83C2;
}
.TagClassName
{
border-color: #CC83C2;
}
</style>