Shades of Orchid #CA6BE1
Tints of Orchid #CA6BE1
RGB
CMYK
RGB Variations
Color information
#CA6BE1 (or 0xCA6BE1) is known color: Orchid. HEX triplet: CA, 6B and E1. RGB value is (202,107,225). Sum of RGB (Red+Green+Blue) = 202+107+225=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA6BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BE1 is #35941E. Grayscale: #949494. Windows color (decimal): -3511327 or 14773194. OLE color: 14773194.
HSL color Cylindrical-coordinate representation of color #CA6BE1: hue angle of 288.31º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6BE1 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 107 | 225 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.12 |
| HSL | 288.31º | 0.66% | 0.65% | - |
| HSV(B) | 288.31º | 0.52% | 0.88% | - |
| XYZ | 43.21 | 28.51 | 74.46 | - |
| YUV | 148.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 225 | 0.10 | 0.52 | 0 | 0.12 | 288.31 | 0.66 | 0.65 |
| Hex | CA | 6B | E1 | A | 34 | 0 | C | 120 | 42 | 41 |
| Octal | 312 | 153 | 341 | 12 | 64 | 0 | 14 | 440 | 102 | 101 |
| Binary | 11001010 | 1101011 | 11100001 | 1010 | 110100 | 0 | 1100 | 100100000 | 1000010 | 1000001 |
Color Harmonies of #CA6BE1
Complementary color
Monochromatic Colors of #CA6BE1
Black with #CA6BE1
Text Example
Text Example
White with #CA6BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BE1; }
p { color: rgb(202,107,225); }
H1.HeaderClassName
{
color: #CA6BE1;
}
.AnyTagClassName
{
color: #CA6BE1;
}
</style>
background-color css
<style>
a { background-color: #CA6BE1; }
a { background-color: rgb(202,107,225); }
div.DivClassName
{
background-color: #CA6BE1;
}
.BgClassName
{
background-color: #CA6BE1;
}
</style>
border-color css
<style>
span { border-color: #CA6BE1; }
span { border-color: rgb(202,107,225); }
td.TdClassName
{
border-color: #CA6BE1;
}
.TagClassName
{
border-color: #CA6BE1;
}
</style>