Shades of Orchid #CC83CF
Tints of Orchid #CC83CF
RGB
CMYK
RGB Variations
Color information
#CC83CF (or 0xCC83CF) is known color: Orchid. HEX triplet: CC, 83 and CF. RGB value is (204,131,207). Sum of RGB (Red+Green+Blue) = 204+131+207=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83CF is #337C30. Grayscale: #A1A1A1. Windows color (decimal): -3374129 or 13599692. OLE color: 13599692.
HSL color Cylindrical-coordinate representation of color #CC83CF: hue angle of 297.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC83CF is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 131 | 207 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.19 |
| HSL | 297.63º | 0.44% | 0.66% | - |
| HSV(B) | 297.63º | 0.37% | 0.81% | - |
| XYZ | 44.28 | 33.57 | 63.18 | - |
| YUV | 161.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 207 | 0.01 | 0.37 | 0 | 0.19 | 297.63 | 0.44 | 0.66 |
| Hex | CC | 83 | CF | 1 | 25 | 0 | 13 | 12A | 2C | 42 |
| Octal | 314 | 203 | 317 | 1 | 45 | 0 | 23 | 452 | 54 | 102 |
| Binary | 11001100 | 10000011 | 11001111 | 1 | 100101 | 0 | 10011 | 100101010 | 101100 | 1000010 |
Color Harmonies of #CC83CF
Complementary color
Monochromatic Colors of #CC83CF
Black with #CC83CF
Text Example
Text Example
White with #CC83CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83CF; }
p { color: rgb(204,131,207); }
H1.HeaderClassName
{
color: #CC83CF;
}
.AnyTagClassName
{
color: #CC83CF;
}
</style>
background-color css
<style>
a { background-color: #CC83CF; }
a { background-color: rgb(204,131,207); }
div.DivClassName
{
background-color: #CC83CF;
}
.BgClassName
{
background-color: #CC83CF;
}
</style>
border-color css
<style>
span { border-color: #CC83CF; }
span { border-color: rgb(204,131,207); }
td.TdClassName
{
border-color: #CC83CF;
}
.TagClassName
{
border-color: #CC83CF;
}
</style>