Shades of Medium Orchid #CA43FE
Tints of Medium Orchid #CA43FE
RGB
CMYK
RGB Variations
Color information
#CA43FE (or 0xCA43FE) is known color: Medium Orchid. HEX triplet: CA, 43 and FE. RGB value is (202,67,254). Sum of RGB (Red+Green+Blue) = 202+67+254=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 67 (26.56% from 255 or 12.81% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA43FE is #35BC01. Grayscale: #808080. Windows color (decimal): -3521538 or 16663498. OLE color: 16663498.
HSL color Cylindrical-coordinate representation of color #CA43FE: hue angle of 283.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA43FE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 67 | 254 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.00 |
| HSL | 283.32º | 0.99% | 0.63% | - |
| HSV(B) | 283.32º | 0.74% | 1% | - |
| XYZ | 44.25 | 23.73 | 96.01 | - |
| YUV | 128.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 254 | 0.20 | 0.74 | 0 | 0.00 | 283.32 | 0.99 | 0.63 |
| Hex | CA | 43 | FE | 14 | 4A | 0 | 0 | 11B | 63 | 3F |
| Octal | 312 | 103 | 376 | 24 | 112 | 0 | 0 | 433 | 143 | 77 |
| Binary | 11001010 | 1000011 | 11111110 | 10100 | 1001010 | 0 | 0 | 100011011 | 1100011 | 111111 |
Color Harmonies of #CA43FE
Complementary color
Monochromatic Colors of #CA43FE
Black with #CA43FE
Text Example
Text Example
White with #CA43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43FE; }
p { color: rgb(202,67,254); }
H1.HeaderClassName
{
color: #CA43FE;
}
.AnyTagClassName
{
color: #CA43FE;
}
</style>
background-color css
<style>
a { background-color: #CA43FE; }
a { background-color: rgb(202,67,254); }
div.DivClassName
{
background-color: #CA43FE;
}
.BgClassName
{
background-color: #CA43FE;
}
</style>
border-color css
<style>
span { border-color: #CA43FE; }
span { border-color: rgb(202,67,254); }
td.TdClassName
{
border-color: #CA43FE;
}
.TagClassName
{
border-color: #CA43FE;
}
</style>