Shades of Orchid #CA6BC8
Tints of Orchid #CA6BC8
RGB
CMYK
RGB Variations
Color information
#CA6BC8 (or 0xCA6BC8) is known color: Orchid. HEX triplet: CA, 6B and C8. RGB value is (202,107,200). Sum of RGB (Red+Green+Blue) = 202+107+200=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BC8 is #359437. Grayscale: #919191. Windows color (decimal): -3511352 or 13134794. OLE color: 13134794.
HSL color Cylindrical-coordinate representation of color #CA6BC8: hue angle of 301.26º 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 #CA6BC8 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 200 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.21 |
| HSL | 301.26º | 0.47% | 0.61% | - |
| HSV(B) | 301.26º | 0.47% | 0.79% | - |
| XYZ | 40.04 | 27.24 | 57.79 | - |
| YUV | 146.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 200 | 0 | 0.47 | 0.01 | 0.21 | 301.26 | 0.47 | 0.61 |
| Hex | CA | 6B | C8 | 0 | 2F | 1 | 15 | 12D | 2F | 3D |
| Octal | 312 | 153 | 310 | 0 | 57 | 1 | 25 | 455 | 57 | 75 |
| Binary | 11001010 | 1101011 | 11001000 | 0 | 101111 | 1 | 10101 | 100101101 | 101111 | 111101 |
Color Harmonies of #CA6BC8
Complementary color
Monochromatic Colors of #CA6BC8
Black with #CA6BC8
Text Example
Text Example
White with #CA6BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BC8; }
p { color: rgb(202,107,200); }
H1.HeaderClassName
{
color: #CA6BC8;
}
.AnyTagClassName
{
color: #CA6BC8;
}
</style>
background-color css
<style>
a { background-color: #CA6BC8; }
a { background-color: rgb(202,107,200); }
div.DivClassName
{
background-color: #CA6BC8;
}
.BgClassName
{
background-color: #CA6BC8;
}
</style>
border-color css
<style>
span { border-color: #CA6BC8; }
span { border-color: rgb(202,107,200); }
td.TdClassName
{
border-color: #CA6BC8;
}
.TagClassName
{
border-color: #CA6BC8;
}
</style>