Shades of Orchid #CC83CC
Tints of Orchid #CC83CC
RGB
CMYK
RGB Variations
Color information
#CC83CC (or 0xCC83CC) is known color: Orchid. HEX triplet: CC, 83 and CC. RGB value is (204,131,204). Sum of RGB (Red+Green+Blue) = 204+131+204=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC83CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83CC is #337C33. Grayscale: #A0A0A0. Windows color (decimal): -3374132 or 13403084. OLE color: 13403084.
HSL color Cylindrical-coordinate representation of color #CC83CC: hue angle of 300º 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 #CC83CC is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 204 | - |
| CMYK | 0 | 0.36 | 0 | 0.2 |
| HSL | 300º | 0.42% | 0.66% | - |
| HSV(B) | 300º | 0.36% | 0.8% | - |
| XYZ | 43.92 | 33.43 | 61.26 | - |
| YUV | 161.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 204 | 0 | 0.36 | 0 | 0.2 | 300 | 0.42 | 0.66 |
| Hex | CC | 83 | CC | 0 | 24 | 0 | 14 | 12C | 2A | 42 |
| Octal | 314 | 203 | 314 | 0 | 44 | 0 | 24 | 454 | 52 | 102 |
| Binary | 11001100 | 10000011 | 11001100 | 0 | 100100 | 0 | 10100 | 100101100 | 101010 | 1000010 |
Color Harmonies of #CC83CC
Complementary color
Monochromatic Colors of #CC83CC
Black with #CC83CC
Text Example
Text Example
White with #CC83CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83CC; }
p { color: rgb(204,131,204); }
H1.HeaderClassName
{
color: #CC83CC;
}
.AnyTagClassName
{
color: #CC83CC;
}
</style>
background-color css
<style>
a { background-color: #CC83CC; }
a { background-color: rgb(204,131,204); }
div.DivClassName
{
background-color: #CC83CC;
}
.BgClassName
{
background-color: #CC83CC;
}
</style>
border-color css
<style>
span { border-color: #CC83CC; }
span { border-color: rgb(204,131,204); }
td.TdClassName
{
border-color: #CC83CC;
}
.TagClassName
{
border-color: #CC83CC;
}
</style>