Shades of Medium Orchid #C93FF2
Tints of Medium Orchid #C93FF2
RGB
CMYK
RGB Variations
Color information
#C93FF2 (or 0xC93FF2) is known color: Medium Orchid. HEX triplet: C9, 3F and F2. RGB value is (201,63,242). Sum of RGB (Red+Green+Blue) = 201+63+242=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #C93FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C93FF2 is #36C00D. Grayscale: #7C7C7C. Windows color (decimal): -3588110 or 15876041. OLE color: 15876041.
HSL color Cylindrical-coordinate representation of color #C93FF2: hue angle of 286.26º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C93FF2 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 63 | 242 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.05 |
| HSL | 286.26º | 0.87% | 0.6% | - |
| HSV(B) | 286.26º | 0.74% | 0.95% | - |
| XYZ | 41.89 | 22.38 | 86.12 | - |
| YUV | 124.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 242 | 0.17 | 0.74 | 0 | 0.05 | 286.26 | 0.87 | 0.6 |
| Hex | C9 | 3F | F2 | 11 | 4A | 0 | 5 | 11E | 57 | 3C |
| Octal | 311 | 77 | 362 | 21 | 112 | 0 | 5 | 436 | 127 | 74 |
| Binary | 11001001 | 111111 | 11110010 | 10001 | 1001010 | 0 | 101 | 100011110 | 1010111 | 111100 |
Color Harmonies of #C93FF2
Complementary color
Monochromatic Colors of #C93FF2
Black with #C93FF2
Text Example
Text Example
White with #C93FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FF2; }
p { color: rgb(201,63,242); }
H1.HeaderClassName
{
color: #C93FF2;
}
.AnyTagClassName
{
color: #C93FF2;
}
</style>
background-color css
<style>
a { background-color: #C93FF2; }
a { background-color: rgb(201,63,242); }
div.DivClassName
{
background-color: #C93FF2;
}
.BgClassName
{
background-color: #C93FF2;
}
</style>
border-color css
<style>
span { border-color: #C93FF2; }
span { border-color: rgb(201,63,242); }
td.TdClassName
{
border-color: #C93FF2;
}
.TagClassName
{
border-color: #C93FF2;
}
</style>