Shades of Medium Orchid #C33AFD
Tints of Medium Orchid #C33AFD
RGB
CMYK
RGB Variations
Color information
#C33AFD (or 0xC33AFD) is known color: Medium Orchid. HEX triplet: C3, 3A and FD. RGB value is (195,58,253). Sum of RGB (Red+Green+Blue) = 195+58+253=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #C33AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AFD is #3CC502. Grayscale: #787878. Windows color (decimal): -3982595 or 16595651. OLE color: 16595651.
HSL color Cylindrical-coordinate representation of color #C33AFD: hue angle of 282.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C33AFD is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 58 | 253 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.01 |
| HSL | 282.15º | 0.98% | 0.61% | - |
| HSV(B) | 282.15º | 0.77% | 0.99% | - |
| XYZ | 41.75 | 21.72 | 94.92 | - |
| YUV | 121.19 | 202.39 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 253 | 0.23 | 0.77 | 0 | 0.01 | 282.15 | 0.98 | 0.61 |
| Hex | C3 | 3A | FD | 17 | 4D | 0 | 1 | 11A | 62 | 3D |
| Octal | 303 | 72 | 375 | 27 | 115 | 0 | 1 | 432 | 142 | 75 |
| Binary | 11000011 | 111010 | 11111101 | 10111 | 1001101 | 0 | 1 | 100011010 | 1100010 | 111101 |
Color Harmonies of #C33AFD
Complementary color
Monochromatic Colors of #C33AFD
Black with #C33AFD
Text Example
Text Example
White with #C33AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AFD; }
p { color: rgb(195,58,253); }
H1.HeaderClassName
{
color: #C33AFD;
}
.AnyTagClassName
{
color: #C33AFD;
}
</style>
background-color css
<style>
a { background-color: #C33AFD; }
a { background-color: rgb(195,58,253); }
div.DivClassName
{
background-color: #C33AFD;
}
.BgClassName
{
background-color: #C33AFD;
}
</style>
border-color css
<style>
span { border-color: #C33AFD; }
span { border-color: rgb(195,58,253); }
td.TdClassName
{
border-color: #C33AFD;
}
.TagClassName
{
border-color: #C33AFD;
}
</style>