Shades of Orchid #CA6BC5
Tints of Orchid #CA6BC5
RGB
CMYK
RGB Variations
Color information
#CA6BC5 (or 0xCA6BC5) is known color: Orchid. HEX triplet: CA, 6B and C5. RGB value is (202,107,197). Sum of RGB (Red+Green+Blue) = 202+107+197=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BC5 is #35943A. Grayscale: #919191. Windows color (decimal): -3511355 or 12938186. OLE color: 12938186.
HSL color Cylindrical-coordinate representation of color #CA6BC5: hue angle of 303.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6BC5 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 197 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.21 |
| HSL | 303.16º | 0.47% | 0.61% | - |
| HSV(B) | 303.16º | 0.47% | 0.79% | - |
| XYZ | 39.69 | 27.1 | 55.96 | - |
| YUV | 145.67 | 156.97 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 197 | 0 | 0.47 | 0.02 | 0.21 | 303.16 | 0.47 | 0.61 |
| Hex | CA | 6B | C5 | 0 | 2F | 2 | 15 | 12F | 2F | 3D |
| Octal | 312 | 153 | 305 | 0 | 57 | 2 | 25 | 457 | 57 | 75 |
| Binary | 11001010 | 1101011 | 11000101 | 0 | 101111 | 10 | 10101 | 100101111 | 101111 | 111101 |
Color Harmonies of #CA6BC5
Complementary color
Monochromatic Colors of #CA6BC5
Black with #CA6BC5
Text Example
Text Example
White with #CA6BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BC5; }
p { color: rgb(202,107,197); }
H1.HeaderClassName
{
color: #CA6BC5;
}
.AnyTagClassName
{
color: #CA6BC5;
}
</style>
background-color css
<style>
a { background-color: #CA6BC5; }
a { background-color: rgb(202,107,197); }
div.DivClassName
{
background-color: #CA6BC5;
}
.BgClassName
{
background-color: #CA6BC5;
}
</style>
border-color css
<style>
span { border-color: #CA6BC5; }
span { border-color: rgb(202,107,197); }
td.TdClassName
{
border-color: #CA6BC5;
}
.TagClassName
{
border-color: #CA6BC5;
}
</style>