Shades of Orchid #CA6BD5
Tints of Orchid #CA6BD5
RGB
CMYK
RGB Variations
Color information
#CA6BD5 (or 0xCA6BD5) is known color: Orchid. HEX triplet: CA, 6B and D5. RGB value is (202,107,213). Sum of RGB (Red+Green+Blue) = 202+107+213=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA6BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BD5 is #35942A. Grayscale: #939393. Windows color (decimal): -3511339 or 13986762. OLE color: 13986762.
HSL color Cylindrical-coordinate representation of color #CA6BD5: hue angle of 293.77º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6BD5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 107 | 213 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.16 |
| HSL | 293.77º | 0.56% | 0.63% | - |
| HSV(B) | 293.77º | 0.5% | 0.84% | - |
| XYZ | 41.63 | 27.88 | 66.14 | - |
| YUV | 147.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 213 | 0.05 | 0.50 | 0 | 0.16 | 293.77 | 0.56 | 0.63 |
| Hex | CA | 6B | D5 | 5 | 32 | 0 | 10 | 126 | 38 | 3F |
| Octal | 312 | 153 | 325 | 5 | 62 | 0 | 20 | 446 | 70 | 77 |
| Binary | 11001010 | 1101011 | 11010101 | 101 | 110010 | 0 | 10000 | 100100110 | 111000 | 111111 |
Color Harmonies of #CA6BD5
Complementary color
Monochromatic Colors of #CA6BD5
Black with #CA6BD5
Text Example
Text Example
White with #CA6BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BD5; }
p { color: rgb(202,107,213); }
H1.HeaderClassName
{
color: #CA6BD5;
}
.AnyTagClassName
{
color: #CA6BD5;
}
</style>
background-color css
<style>
a { background-color: #CA6BD5; }
a { background-color: rgb(202,107,213); }
div.DivClassName
{
background-color: #CA6BD5;
}
.BgClassName
{
background-color: #CA6BD5;
}
</style>
border-color css
<style>
span { border-color: #CA6BD5; }
span { border-color: rgb(202,107,213); }
td.TdClassName
{
border-color: #CA6BD5;
}
.TagClassName
{
border-color: #CA6BD5;
}
</style>