Shades of Medium Orchid #CA3FFB
Tints of Medium Orchid #CA3FFB
RGB
CMYK
RGB Variations
Color information
#CA3FFB (or 0xCA3FFB) is known color: Medium Orchid. HEX triplet: CA, 3F and FB. RGB value is (202,63,251). Sum of RGB (Red+Green+Blue) = 202+63+251=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3FFB is #35C004. Grayscale: #7D7D7D. Windows color (decimal): -3522565 or 16465866. OLE color: 16465866.
HSL color Cylindrical-coordinate representation of color #CA3FFB: hue angle of 284.36º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3FFB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 63 | 251 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.02 |
| HSL | 284.36º | 0.96% | 0.62% | - |
| HSV(B) | 284.36º | 0.75% | 0.98% | - |
| XYZ | 43.55 | 23.08 | 93.43 | - |
| YUV | 125.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 251 | 0.20 | 0.75 | 0 | 0.02 | 284.36 | 0.96 | 0.62 |
| Hex | CA | 3F | FB | 14 | 4B | 0 | 2 | 11C | 60 | 3E |
| Octal | 312 | 77 | 373 | 24 | 113 | 0 | 2 | 434 | 140 | 76 |
| Binary | 11001010 | 111111 | 11111011 | 10100 | 1001011 | 0 | 10 | 100011100 | 1100000 | 111110 |
Color Harmonies of #CA3FFB
Complementary color
Monochromatic Colors of #CA3FFB
Black with #CA3FFB
Text Example
Text Example
White with #CA3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FFB; }
p { color: rgb(202,63,251); }
H1.HeaderClassName
{
color: #CA3FFB;
}
.AnyTagClassName
{
color: #CA3FFB;
}
</style>
background-color css
<style>
a { background-color: #CA3FFB; }
a { background-color: rgb(202,63,251); }
div.DivClassName
{
background-color: #CA3FFB;
}
.BgClassName
{
background-color: #CA3FFB;
}
</style>
border-color css
<style>
span { border-color: #CA3FFB; }
span { border-color: rgb(202,63,251); }
td.TdClassName
{
border-color: #CA3FFB;
}
.TagClassName
{
border-color: #CA3FFB;
}
</style>