Shades of Orchid #CA6BCF
Tints of Orchid #CA6BCF
RGB
CMYK
RGB Variations
Color information
#CA6BCF (or 0xCA6BCF) is known color: Orchid. HEX triplet: CA, 6B and CF. RGB value is (202,107,207). Sum of RGB (Red+Green+Blue) = 202+107+207=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BCF is #359430. Grayscale: #929292. Windows color (decimal): -3511345 or 13593546. OLE color: 13593546.
HSL color Cylindrical-coordinate representation of color #CA6BCF: hue angle of 297º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6BCF is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 107 | 207 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.19 |
| HSL | 297º | 0.51% | 0.62% | - |
| HSV(B) | 297º | 0.48% | 0.81% | - |
| XYZ | 40.88 | 27.58 | 62.2 | - |
| YUV | 146.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 207 | 0.02 | 0.48 | 0 | 0.19 | 297 | 0.51 | 0.62 |
| Hex | CA | 6B | CF | 2 | 30 | 0 | 13 | 129 | 33 | 3E |
| Octal | 312 | 153 | 317 | 2 | 60 | 0 | 23 | 451 | 63 | 76 |
| Binary | 11001010 | 1101011 | 11001111 | 10 | 110000 | 0 | 10011 | 100101001 | 110011 | 111110 |
Color Harmonies of #CA6BCF
Complementary color
Monochromatic Colors of #CA6BCF
Black with #CA6BCF
Text Example
Text Example
White with #CA6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BCF; }
p { color: rgb(202,107,207); }
H1.HeaderClassName
{
color: #CA6BCF;
}
.AnyTagClassName
{
color: #CA6BCF;
}
</style>
background-color css
<style>
a { background-color: #CA6BCF; }
a { background-color: rgb(202,107,207); }
div.DivClassName
{
background-color: #CA6BCF;
}
.BgClassName
{
background-color: #CA6BCF;
}
</style>
border-color css
<style>
span { border-color: #CA6BCF; }
span { border-color: rgb(202,107,207); }
td.TdClassName
{
border-color: #CA6BCF;
}
.TagClassName
{
border-color: #CA6BCF;
}
</style>