Shades of Orchid #CC83DB
Tints of Orchid #CC83DB
RGB
CMYK
RGB Variations
Color information
#CC83DB (or 0xCC83DB) is known color: Orchid. HEX triplet: CC, 83 and DB. RGB value is (204,131,219). Sum of RGB (Red+Green+Blue) = 204+131+219=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DB is #337C24. Grayscale: #A2A2A2. Windows color (decimal): -3374117 or 14386124. OLE color: 14386124.
HSL color Cylindrical-coordinate representation of color #CC83DB: hue angle of 289.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC83DB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 131 | 219 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.14 |
| HSL | 289.77º | 0.55% | 0.69% | - |
| HSV(B) | 289.77º | 0.4% | 0.86% | - |
| XYZ | 45.8 | 34.18 | 71.2 | - |
| YUV | 162.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 219 | 0.07 | 0.40 | 0 | 0.14 | 289.77 | 0.55 | 0.69 |
| Hex | CC | 83 | DB | 7 | 28 | 0 | E | 122 | 37 | 45 |
| Octal | 314 | 203 | 333 | 7 | 50 | 0 | 16 | 442 | 67 | 105 |
| Binary | 11001100 | 10000011 | 11011011 | 111 | 101000 | 0 | 1110 | 100100010 | 110111 | 1000101 |
Color Harmonies of #CC83DB
Complementary color
Monochromatic Colors of #CC83DB
Black with #CC83DB
Text Example
Text Example
White with #CC83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83DB; }
p { color: rgb(204,131,219); }
H1.HeaderClassName
{
color: #CC83DB;
}
.AnyTagClassName
{
color: #CC83DB;
}
</style>
background-color css
<style>
a { background-color: #CC83DB; }
a { background-color: rgb(204,131,219); }
div.DivClassName
{
background-color: #CC83DB;
}
.BgClassName
{
background-color: #CC83DB;
}
</style>
border-color css
<style>
span { border-color: #CC83DB; }
span { border-color: rgb(204,131,219); }
td.TdClassName
{
border-color: #CC83DB;
}
.TagClassName
{
border-color: #CC83DB;
}
</style>