Shades of Medium Orchid #CA42FD
Tints of Medium Orchid #CA42FD
RGB
CMYK
RGB Variations
Color information
#CA42FD (or 0xCA42FD) is known color: Medium Orchid. HEX triplet: CA, 42 and FD. RGB value is (202,66,253). Sum of RGB (Red+Green+Blue) = 202+66+253=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42FD is #35BD02. Grayscale: #7F7F7F. Windows color (decimal): -3521795 or 16597706. OLE color: 16597706.
HSL color Cylindrical-coordinate representation of color #CA42FD: hue angle of 283.64º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA42FD is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 66 | 253 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.01 |
| HSL | 283.64º | 0.98% | 0.63% | - |
| HSV(B) | 283.64º | 0.74% | 0.99% | - |
| XYZ | 44.03 | 23.54 | 95.15 | - |
| YUV | 127.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 253 | 0.20 | 0.74 | 0 | 0.01 | 283.64 | 0.98 | 0.63 |
| Hex | CA | 42 | FD | 14 | 4A | 0 | 1 | 11C | 62 | 3F |
| Octal | 312 | 102 | 375 | 24 | 112 | 0 | 1 | 434 | 142 | 77 |
| Binary | 11001010 | 1000010 | 11111101 | 10100 | 1001010 | 0 | 1 | 100011100 | 1100010 | 111111 |
Color Harmonies of #CA42FD
Complementary color
Monochromatic Colors of #CA42FD
Black with #CA42FD
Text Example
Text Example
White with #CA42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42FD; }
p { color: rgb(202,66,253); }
H1.HeaderClassName
{
color: #CA42FD;
}
.AnyTagClassName
{
color: #CA42FD;
}
</style>
background-color css
<style>
a { background-color: #CA42FD; }
a { background-color: rgb(202,66,253); }
div.DivClassName
{
background-color: #CA42FD;
}
.BgClassName
{
background-color: #CA42FD;
}
</style>
border-color css
<style>
span { border-color: #CA42FD; }
span { border-color: rgb(202,66,253); }
td.TdClassName
{
border-color: #CA42FD;
}
.TagClassName
{
border-color: #CA42FD;
}
</style>