Shades of Orchid #CA6CE5
Tints of Orchid #CA6CE5
RGB
CMYK
RGB Variations
Color information
#CA6CE5 (or 0xCA6CE5) is known color: Orchid. HEX triplet: CA, 6C and E5. RGB value is (202,108,229). Sum of RGB (Red+Green+Blue) = 202+108+229=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA6CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CE5 is #35931A. Grayscale: #959595. Windows color (decimal): -3511067 or 15035594. OLE color: 15035594.
HSL color Cylindrical-coordinate representation of color #CA6CE5: hue angle of 286.61º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6CE5 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 108 | 229 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.10 |
| HSL | 286.61º | 0.7% | 0.66% | - |
| HSV(B) | 286.61º | 0.53% | 0.9% | - |
| XYZ | 43.86 | 28.94 | 77.4 | - |
| YUV | 149.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 229 | 0.12 | 0.53 | 0 | 0.10 | 286.61 | 0.7 | 0.66 |
| Hex | CA | 6C | E5 | C | 35 | 0 | A | 11F | 46 | 42 |
| Octal | 312 | 154 | 345 | 14 | 65 | 0 | 12 | 437 | 106 | 102 |
| Binary | 11001010 | 1101100 | 11100101 | 1100 | 110101 | 0 | 1010 | 100011111 | 1000110 | 1000010 |
Color Harmonies of #CA6CE5
Complementary color
Monochromatic Colors of #CA6CE5
Black with #CA6CE5
Text Example
Text Example
White with #CA6CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CE5; }
p { color: rgb(202,108,229); }
H1.HeaderClassName
{
color: #CA6CE5;
}
.AnyTagClassName
{
color: #CA6CE5;
}
</style>
background-color css
<style>
a { background-color: #CA6CE5; }
a { background-color: rgb(202,108,229); }
div.DivClassName
{
background-color: #CA6CE5;
}
.BgClassName
{
background-color: #CA6CE5;
}
</style>
border-color css
<style>
span { border-color: #CA6CE5; }
span { border-color: rgb(202,108,229); }
td.TdClassName
{
border-color: #CA6CE5;
}
.TagClassName
{
border-color: #CA6CE5;
}
</style>