Shades of Medium Orchid #CA42FC
Tints of Medium Orchid #CA42FC
RGB
CMYK
RGB Variations
Color information
#CA42FC (or 0xCA42FC) is known color: Medium Orchid. HEX triplet: CA, 42 and FC. RGB value is (202,66,252). Sum of RGB (Red+Green+Blue) = 202+66+252=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42FC is #35BD03. Grayscale: #7F7F7F. Windows color (decimal): -3521796 or 16532170. OLE color: 16532170.
HSL color Cylindrical-coordinate representation of color #CA42FC: hue angle of 283.87º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA42FC is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 66 | 252 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.01 |
| HSL | 283.87º | 0.97% | 0.62% | - |
| HSV(B) | 283.87º | 0.74% | 0.99% | - |
| XYZ | 43.88 | 23.48 | 94.32 | - |
| YUV | 127.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 252 | 0.20 | 0.74 | 0 | 0.01 | 283.87 | 0.97 | 0.62 |
| Hex | CA | 42 | FC | 14 | 4A | 0 | 1 | 11C | 61 | 3E |
| Octal | 312 | 102 | 374 | 24 | 112 | 0 | 1 | 434 | 141 | 76 |
| Binary | 11001010 | 1000010 | 11111100 | 10100 | 1001010 | 0 | 1 | 100011100 | 1100001 | 111110 |
Color Harmonies of #CA42FC
Complementary color
Monochromatic Colors of #CA42FC
Black with #CA42FC
Text Example
Text Example
White with #CA42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42FC; }
p { color: rgb(202,66,252); }
H1.HeaderClassName
{
color: #CA42FC;
}
.AnyTagClassName
{
color: #CA42FC;
}
</style>
background-color css
<style>
a { background-color: #CA42FC; }
a { background-color: rgb(202,66,252); }
div.DivClassName
{
background-color: #CA42FC;
}
.BgClassName
{
background-color: #CA42FC;
}
</style>
border-color css
<style>
span { border-color: #CA42FC; }
span { border-color: rgb(202,66,252); }
td.TdClassName
{
border-color: #CA42FC;
}
.TagClassName
{
border-color: #CA42FC;
}
</style>