Shades of Medium Orchid #CA4BED
Tints of Medium Orchid #CA4BED
RGB
CMYK
RGB Variations
Color information
#CA4BED (or 0xCA4BED) is known color: Medium Orchid. HEX triplet: CA, 4B and ED. RGB value is (202,75,237). Sum of RGB (Red+Green+Blue) = 202+75+237=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4BED is #35B412. Grayscale: #828282. Windows color (decimal): -3519507 or 15551434. OLE color: 15551434.
HSL color Cylindrical-coordinate representation of color #CA4BED: hue angle of 287.04º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4BED is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 75 | 237 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.07 |
| HSL | 287.04º | 0.82% | 0.61% | - |
| HSV(B) | 287.04º | 0.68% | 0.93% | - |
| XYZ | 42.16 | 23.7 | 82.47 | - |
| YUV | 131.44 | 187.58 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 237 | 0.15 | 0.68 | 0 | 0.07 | 287.04 | 0.82 | 0.61 |
| Hex | CA | 4B | ED | F | 44 | 0 | 7 | 11F | 52 | 3D |
| Octal | 312 | 113 | 355 | 17 | 104 | 0 | 7 | 437 | 122 | 75 |
| Binary | 11001010 | 1001011 | 11101101 | 1111 | 1000100 | 0 | 111 | 100011111 | 1010010 | 111101 |
Color Harmonies of #CA4BED
Complementary color
Monochromatic Colors of #CA4BED
Black with #CA4BED
Text Example
Text Example
White with #CA4BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BED; }
p { color: rgb(202,75,237); }
H1.HeaderClassName
{
color: #CA4BED;
}
.AnyTagClassName
{
color: #CA4BED;
}
</style>
background-color css
<style>
a { background-color: #CA4BED; }
a { background-color: rgb(202,75,237); }
div.DivClassName
{
background-color: #CA4BED;
}
.BgClassName
{
background-color: #CA4BED;
}
</style>
border-color css
<style>
span { border-color: #CA4BED; }
span { border-color: rgb(202,75,237); }
td.TdClassName
{
border-color: #CA4BED;
}
.TagClassName
{
border-color: #CA4BED;
}
</style>