Shades of Medium Orchid #CA43ED
Tints of Medium Orchid #CA43ED
RGB
CMYK
RGB Variations
Color information
#CA43ED (or 0xCA43ED) is known color: Medium Orchid. HEX triplet: CA, 43 and ED. RGB value is (202,67,237). Sum of RGB (Red+Green+Blue) = 202+67+237=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 67 (26.56% from 255 or 13.24% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA43ED is #35BC12. Grayscale: #7E7E7E. Windows color (decimal): -3521555 or 15549386. OLE color: 15549386.
HSL color Cylindrical-coordinate representation of color #CA43ED: hue angle of 287.65º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA43ED is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 67 | 237 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.07 |
| HSL | 287.65º | 0.83% | 0.6% | - |
| HSV(B) | 287.65º | 0.72% | 0.93% | - |
| XYZ | 41.65 | 22.69 | 82.3 | - |
| YUV | 126.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 237 | 0.15 | 0.72 | 0 | 0.07 | 287.65 | 0.83 | 0.6 |
| Hex | CA | 43 | ED | F | 48 | 0 | 7 | 120 | 53 | 3C |
| Octal | 312 | 103 | 355 | 17 | 110 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001010 | 1000011 | 11101101 | 1111 | 1001000 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CA43ED
Complementary color
Monochromatic Colors of #CA43ED
Black with #CA43ED
Text Example
Text Example
White with #CA43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43ED; }
p { color: rgb(202,67,237); }
H1.HeaderClassName
{
color: #CA43ED;
}
.AnyTagClassName
{
color: #CA43ED;
}
</style>
background-color css
<style>
a { background-color: #CA43ED; }
a { background-color: rgb(202,67,237); }
div.DivClassName
{
background-color: #CA43ED;
}
.BgClassName
{
background-color: #CA43ED;
}
</style>
border-color css
<style>
span { border-color: #CA43ED; }
span { border-color: rgb(202,67,237); }
td.TdClassName
{
border-color: #CA43ED;
}
.TagClassName
{
border-color: #CA43ED;
}
</style>