Shades of Medium Orchid #C33EFD
Tints of Medium Orchid #C33EFD
RGB
CMYK
RGB Variations
Color information
#C33EFD (or 0xC33EFD) is known color: Medium Orchid. HEX triplet: C3, 3E and FD. RGB value is (195,62,253). Sum of RGB (Red+Green+Blue) = 195+62+253=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #C33EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EFD is #3CC102. Grayscale: #7A7A7A. Windows color (decimal): -3981571 or 16596675. OLE color: 16596675.
HSL color Cylindrical-coordinate representation of color #C33EFD: hue angle of 281.78º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33EFD is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 62 | 253 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.01 |
| HSL | 281.78º | 0.98% | 0.62% | - |
| HSV(B) | 281.78º | 0.75% | 0.99% | - |
| XYZ | 41.96 | 22.14 | 94.99 | - |
| YUV | 123.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 253 | 0.23 | 0.75 | 0 | 0.01 | 281.78 | 0.98 | 0.62 |
| Hex | C3 | 3E | FD | 17 | 4B | 0 | 1 | 11A | 62 | 3E |
| Octal | 303 | 76 | 375 | 27 | 113 | 0 | 1 | 432 | 142 | 76 |
| Binary | 11000011 | 111110 | 11111101 | 10111 | 1001011 | 0 | 1 | 100011010 | 1100010 | 111110 |
Color Harmonies of #C33EFD
Complementary color
Monochromatic Colors of #C33EFD
Black with #C33EFD
Text Example
Text Example
White with #C33EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EFD; }
p { color: rgb(195,62,253); }
H1.HeaderClassName
{
color: #C33EFD;
}
.AnyTagClassName
{
color: #C33EFD;
}
</style>
background-color css
<style>
a { background-color: #C33EFD; }
a { background-color: rgb(195,62,253); }
div.DivClassName
{
background-color: #C33EFD;
}
.BgClassName
{
background-color: #C33EFD;
}
</style>
border-color css
<style>
span { border-color: #C33EFD; }
span { border-color: rgb(195,62,253); }
td.TdClassName
{
border-color: #C33EFD;
}
.TagClassName
{
border-color: #C33EFD;
}
</style>