Shades of Orchid #CC83DA
Tints of Orchid #CC83DA
RGB
CMYK
RGB Variations
Color information
#CC83DA (or 0xCC83DA) is known color: Orchid. HEX triplet: CC, 83 and DA. RGB value is (204,131,218). Sum of RGB (Red+Green+Blue) = 204+131+218=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DA is #337C25. Grayscale: #A2A2A2. Windows color (decimal): -3374118 or 14320588. OLE color: 14320588.
HSL color Cylindrical-coordinate representation of color #CC83DA: hue angle of 290.34º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC83DA is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 131 | 218 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.15 |
| HSL | 290.34º | 0.54% | 0.68% | - |
| HSV(B) | 290.34º | 0.4% | 0.85% | - |
| XYZ | 45.67 | 34.13 | 70.51 | - |
| YUV | 162.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 218 | 0.06 | 0.40 | 0 | 0.15 | 290.34 | 0.54 | 0.68 |
| Hex | CC | 83 | DA | 6 | 28 | 0 | F | 122 | 36 | 44 |
| Octal | 314 | 203 | 332 | 6 | 50 | 0 | 17 | 442 | 66 | 104 |
| Binary | 11001100 | 10000011 | 11011010 | 110 | 101000 | 0 | 1111 | 100100010 | 110110 | 1000100 |
Color Harmonies of #CC83DA
Complementary color
Monochromatic Colors of #CC83DA
Black with #CC83DA
Text Example
Text Example
White with #CC83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83DA; }
p { color: rgb(204,131,218); }
H1.HeaderClassName
{
color: #CC83DA;
}
.AnyTagClassName
{
color: #CC83DA;
}
</style>
background-color css
<style>
a { background-color: #CC83DA; }
a { background-color: rgb(204,131,218); }
div.DivClassName
{
background-color: #CC83DA;
}
.BgClassName
{
background-color: #CC83DA;
}
</style>
border-color css
<style>
span { border-color: #CC83DA; }
span { border-color: rgb(204,131,218); }
td.TdClassName
{
border-color: #CC83DA;
}
.TagClassName
{
border-color: #CC83DA;
}
</style>