Shades of Orchid #CA6FCC
Tints of Orchid #CA6FCC
RGB
CMYK
RGB Variations
Color information
#CA6FCC (or 0xCA6FCC) is known color: Orchid. HEX triplet: CA, 6F and CC. RGB value is (202,111,204). Sum of RGB (Red+Green+Blue) = 202+111+204=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FCC is #359033. Grayscale: #949494. Windows color (decimal): -3510324 or 13397962. OLE color: 13397962.
HSL color Cylindrical-coordinate representation of color #CA6FCC: hue angle of 298.71º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6FCC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 111 | 204 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.2 |
| HSL | 298.71º | 0.48% | 0.62% | - |
| HSV(B) | 298.71º | 0.46% | 0.8% | - |
| XYZ | 40.94 | 28.29 | 60.43 | - |
| YUV | 148.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 204 | 0.01 | 0.46 | 0 | 0.2 | 298.71 | 0.48 | 0.62 |
| Hex | CA | 6F | CC | 1 | 2E | 0 | 14 | 12B | 30 | 3E |
| Octal | 312 | 157 | 314 | 1 | 56 | 0 | 24 | 453 | 60 | 76 |
| Binary | 11001010 | 1101111 | 11001100 | 1 | 101110 | 0 | 10100 | 100101011 | 110000 | 111110 |
Color Harmonies of #CA6FCC
Complementary color
Monochromatic Colors of #CA6FCC
Black with #CA6FCC
Text Example
Text Example
White with #CA6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FCC; }
p { color: rgb(202,111,204); }
H1.HeaderClassName
{
color: #CA6FCC;
}
.AnyTagClassName
{
color: #CA6FCC;
}
</style>
background-color css
<style>
a { background-color: #CA6FCC; }
a { background-color: rgb(202,111,204); }
div.DivClassName
{
background-color: #CA6FCC;
}
.BgClassName
{
background-color: #CA6FCC;
}
</style>
border-color css
<style>
span { border-color: #CA6FCC; }
span { border-color: rgb(202,111,204); }
td.TdClassName
{
border-color: #CA6FCC;
}
.TagClassName
{
border-color: #CA6FCC;
}
</style>