Shades of Medium Orchid #CA4BE6
Tints of Medium Orchid #CA4BE6
RGB
CMYK
RGB Variations
Color information
#CA4BE6 (or 0xCA4BE6) is known color: Medium Orchid. HEX triplet: CA, 4B and E6. RGB value is (202,75,230). Sum of RGB (Red+Green+Blue) = 202+75+230=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA4BE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4BE6 is #35B419. Grayscale: #828282. Windows color (decimal): -3519514 or 15092682. OLE color: 15092682.
HSL color Cylindrical-coordinate representation of color #CA4BE6: hue angle of 289.16º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4BE6 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 75 | 230 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.10 |
| HSL | 289.16º | 0.76% | 0.6% | - |
| HSV(B) | 289.16º | 0.67% | 0.9% | - |
| XYZ | 41.16 | 23.3 | 77.19 | - |
| YUV | 130.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 230 | 0.12 | 0.67 | 0 | 0.10 | 289.16 | 0.76 | 0.6 |
| Hex | CA | 4B | E6 | C | 43 | 0 | A | 121 | 4C | 3C |
| Octal | 312 | 113 | 346 | 14 | 103 | 0 | 12 | 441 | 114 | 74 |
| Binary | 11001010 | 1001011 | 11100110 | 1100 | 1000011 | 0 | 1010 | 100100001 | 1001100 | 111100 |
Color Harmonies of #CA4BE6
Complementary color
Monochromatic Colors of #CA4BE6
Black with #CA4BE6
Text Example
Text Example
White with #CA4BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BE6; }
p { color: rgb(202,75,230); }
H1.HeaderClassName
{
color: #CA4BE6;
}
.AnyTagClassName
{
color: #CA4BE6;
}
</style>
background-color css
<style>
a { background-color: #CA4BE6; }
a { background-color: rgb(202,75,230); }
div.DivClassName
{
background-color: #CA4BE6;
}
.BgClassName
{
background-color: #CA4BE6;
}
</style>
border-color css
<style>
span { border-color: #CA4BE6; }
span { border-color: rgb(202,75,230); }
td.TdClassName
{
border-color: #CA4BE6;
}
.TagClassName
{
border-color: #CA4BE6;
}
</style>