Shades of Orchid #C483CF
Tints of Orchid #C483CF
RGB
CMYK
RGB Variations
Color information
#C483CF (or 0xC483CF) is known color: Orchid. HEX triplet: C4, 83 and CF. RGB value is (196,131,207). Sum of RGB (Red+Green+Blue) = 196+131+207=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #C483CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483CF is #3B7C30. Grayscale: #9E9E9E. Windows color (decimal): -3898417 or 13599684. OLE color: 13599684.
HSL color Cylindrical-coordinate representation of color #C483CF: hue angle of 291.32º 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 #C483CF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 131 | 207 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.19 |
| HSL | 291.32º | 0.44% | 0.66% | - |
| HSV(B) | 291.32º | 0.37% | 0.81% | - |
| XYZ | 42.14 | 32.47 | 63.08 | - |
| YUV | 159.1 | 155.03 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 131 | 207 | 0.05 | 0.37 | 0 | 0.19 | 291.32 | 0.44 | 0.66 |
| Hex | C4 | 83 | CF | 5 | 25 | 0 | 13 | 123 | 2C | 42 |
| Octal | 304 | 203 | 317 | 5 | 45 | 0 | 23 | 443 | 54 | 102 |
| Binary | 11000100 | 10000011 | 11001111 | 101 | 100101 | 0 | 10011 | 100100011 | 101100 | 1000010 |
Color Harmonies of #C483CF
Complementary color
Monochromatic Colors of #C483CF
Black with #C483CF
Text Example
Text Example
White with #C483CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C483CF; }
p { color: rgb(196,131,207); }
H1.HeaderClassName
{
color: #C483CF;
}
.AnyTagClassName
{
color: #C483CF;
}
</style>
background-color css
<style>
a { background-color: #C483CF; }
a { background-color: rgb(196,131,207); }
div.DivClassName
{
background-color: #C483CF;
}
.BgClassName
{
background-color: #C483CF;
}
</style>
border-color css
<style>
span { border-color: #C483CF; }
span { border-color: rgb(196,131,207); }
td.TdClassName
{
border-color: #C483CF;
}
.TagClassName
{
border-color: #C483CF;
}
</style>