Shades of Orchid #CC83CB
Tints of Orchid #CC83CB
RGB
CMYK
RGB Variations
Color information
#CC83CB (or 0xCC83CB) is known color: Orchid. HEX triplet: CC, 83 and CB. RGB value is (204,131,203). Sum of RGB (Red+Green+Blue) = 204+131+203=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83CB is #337C34. Grayscale: #A0A0A0. Windows color (decimal): -3374133 or 13337548. OLE color: 13337548.
HSL color Cylindrical-coordinate representation of color #CC83CB: hue angle of 300.82º 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 #CC83CB is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 203 | - |
| CMYK | 0 | 0.36 | 0.00 | 0.2 |
| HSL | 300.82º | 0.42% | 0.66% | - |
| HSV(B) | 300.82º | 0.36% | 0.8% | - |
| XYZ | 43.8 | 33.38 | 60.63 | - |
| YUV | 161.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 203 | 0 | 0.36 | 0.00 | 0.2 | 300.82 | 0.42 | 0.66 |
| Hex | CC | 83 | CB | 0 | 24 | 0 | 14 | 12D | 2A | 42 |
| Octal | 314 | 203 | 313 | 0 | 44 | 0 | 24 | 455 | 52 | 102 |
| Binary | 11001100 | 10000011 | 11001011 | 0 | 100100 | 0 | 10100 | 100101101 | 101010 | 1000010 |
Color Harmonies of #CC83CB
Complementary color
Monochromatic Colors of #CC83CB
Black with #CC83CB
Text Example
Text Example
White with #CC83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83CB; }
p { color: rgb(204,131,203); }
H1.HeaderClassName
{
color: #CC83CB;
}
.AnyTagClassName
{
color: #CC83CB;
}
</style>
background-color css
<style>
a { background-color: #CC83CB; }
a { background-color: rgb(204,131,203); }
div.DivClassName
{
background-color: #CC83CB;
}
.BgClassName
{
background-color: #CC83CB;
}
</style>
border-color css
<style>
span { border-color: #CC83CB; }
span { border-color: rgb(204,131,203); }
td.TdClassName
{
border-color: #CC83CB;
}
.TagClassName
{
border-color: #CC83CB;
}
</style>