Shades of Medium Orchid #CA43FA
Tints of Medium Orchid #CA43FA
RGB
CMYK
RGB Variations
Color information
#CA43FA (or 0xCA43FA) is known color: Medium Orchid. HEX triplet: CA, 43 and FA. RGB value is (202,67,250). Sum of RGB (Red+Green+Blue) = 202+67+250=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA43FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA43FA is #35BC05. Grayscale: #7F7F7F. Windows color (decimal): -3521542 or 16401354. OLE color: 16401354.
HSL color Cylindrical-coordinate representation of color #CA43FA: hue angle of 284.26º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA43FA is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 67 | 250 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.02 |
| HSL | 284.26º | 0.95% | 0.62% | - |
| HSV(B) | 284.26º | 0.73% | 0.98% | - |
| XYZ | 43.62 | 23.47 | 92.67 | - |
| YUV | 128.23 | 196.73 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 250 | 0.19 | 0.73 | 0 | 0.02 | 284.26 | 0.95 | 0.62 |
| Hex | CA | 43 | FA | 13 | 49 | 0 | 2 | 11C | 5F | 3E |
| Octal | 312 | 103 | 372 | 23 | 111 | 0 | 2 | 434 | 137 | 76 |
| Binary | 11001010 | 1000011 | 11111010 | 10011 | 1001001 | 0 | 10 | 100011100 | 1011111 | 111110 |
Color Harmonies of #CA43FA
Complementary color
Monochromatic Colors of #CA43FA
Black with #CA43FA
Text Example
Text Example
White with #CA43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43FA; }
p { color: rgb(202,67,250); }
H1.HeaderClassName
{
color: #CA43FA;
}
.AnyTagClassName
{
color: #CA43FA;
}
</style>
background-color css
<style>
a { background-color: #CA43FA; }
a { background-color: rgb(202,67,250); }
div.DivClassName
{
background-color: #CA43FA;
}
.BgClassName
{
background-color: #CA43FA;
}
</style>
border-color css
<style>
span { border-color: #CA43FA; }
span { border-color: rgb(202,67,250); }
td.TdClassName
{
border-color: #CA43FA;
}
.TagClassName
{
border-color: #CA43FA;
}
</style>