Shades of Medium Orchid #CA43FF
Tints of Medium Orchid #CA43FF
RGB
CMYK
RGB Variations
Color information
#CA43FF (or 0xCA43FF) is known color: Medium Orchid. HEX triplet: CA, 43 and FF. RGB value is (202,67,255). Sum of RGB (Red+Green+Blue) = 202+67+255=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 67 (26.56% from 255 or 12.79% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA43FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA43FF is #35BC00. Grayscale: #808080. Windows color (decimal): -3521537 or 16729034. OLE color: 16729034.
HSL color Cylindrical-coordinate representation of color #CA43FF: hue angle of 283.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA43FF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 67 | 255 | - |
| CMYK | 0.21 | 0.74 | 0 | 0 |
| HSL | 283.09º | 1% | 0.63% | - |
| HSV(B) | 283.09º | 0.74% | 1% | - |
| XYZ | 44.41 | 23.79 | 96.86 | - |
| YUV | 128.8 | 199.23 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 255 | 0.21 | 0.74 | 0 | 0 | 283.09 | 1 | 0.63 |
| Hex | CA | 43 | FF | 15 | 4A | 0 | 0 | 11B | 64 | 3F |
| Octal | 312 | 103 | 377 | 25 | 112 | 0 | 0 | 433 | 144 | 77 |
| Binary | 11001010 | 1000011 | 11111111 | 10101 | 1001010 | 0 | 0 | 100011011 | 1100100 | 111111 |
Color Harmonies of #CA43FF
Complementary color
Monochromatic Colors of #CA43FF
Black with #CA43FF
Text Example
Text Example
White with #CA43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43FF; }
p { color: rgb(202,67,255); }
H1.HeaderClassName
{
color: #CA43FF;
}
.AnyTagClassName
{
color: #CA43FF;
}
</style>
background-color css
<style>
a { background-color: #CA43FF; }
a { background-color: rgb(202,67,255); }
div.DivClassName
{
background-color: #CA43FF;
}
.BgClassName
{
background-color: #CA43FF;
}
</style>
border-color css
<style>
span { border-color: #CA43FF; }
span { border-color: rgb(202,67,255); }
td.TdClassName
{
border-color: #CA43FF;
}
.TagClassName
{
border-color: #CA43FF;
}
</style>