Shades of Medium Orchid #C253DA
Tints of Medium Orchid #C253DA
RGB
CMYK
RGB Variations
Color information
#C253DA (or 0xC253DA) is known color: Medium Orchid. HEX triplet: C2, 53 and DA. RGB value is (194,83,218). Sum of RGB (Red+Green+Blue) = 194+83+218=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #C253DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253DA is #3DAC25. Grayscale: #838383. Windows color (decimal): -4041766 or 14308290. OLE color: 14308290.
HSL color Cylindrical-coordinate representation of color #C253DA: hue angle of 289.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C253DA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 83 | 218 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.15 |
| HSL | 289.33º | 0.65% | 0.59% | - |
| HSV(B) | 289.33º | 0.62% | 0.85% | - |
| XYZ | 38 | 22.72 | 68.71 | - |
| YUV | 131.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 218 | 0.11 | 0.62 | 0 | 0.15 | 289.33 | 0.65 | 0.59 |
| Hex | C2 | 53 | DA | B | 3E | 0 | F | 121 | 41 | 3B |
| Octal | 302 | 123 | 332 | 13 | 76 | 0 | 17 | 441 | 101 | 73 |
| Binary | 11000010 | 1010011 | 11011010 | 1011 | 111110 | 0 | 1111 | 100100001 | 1000001 | 111011 |
Color Harmonies of #C253DA
Complementary color
Monochromatic Colors of #C253DA
Black with #C253DA
Text Example
Text Example
White with #C253DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C253DA; }
p { color: rgb(194,83,218); }
H1.HeaderClassName
{
color: #C253DA;
}
.AnyTagClassName
{
color: #C253DA;
}
</style>
background-color css
<style>
a { background-color: #C253DA; }
a { background-color: rgb(194,83,218); }
div.DivClassName
{
background-color: #C253DA;
}
.BgClassName
{
background-color: #C253DA;
}
</style>
border-color css
<style>
span { border-color: #C253DA; }
span { border-color: rgb(194,83,218); }
td.TdClassName
{
border-color: #C253DA;
}
.TagClassName
{
border-color: #C253DA;
}
</style>