Shades of Orchid #CA6CC7
Tints of Orchid #CA6CC7
RGB
CMYK
RGB Variations
Color information
#CA6CC7 (or 0xCA6CC7) is known color: Orchid. HEX triplet: CA, 6C and C7. RGB value is (202,108,199). Sum of RGB (Red+Green+Blue) = 202+108+199=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CC7 is #359338. Grayscale: #929292. Windows color (decimal): -3511097 or 13069514. OLE color: 13069514.
HSL color Cylindrical-coordinate representation of color #CA6CC7: hue angle of 301.91º 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 #CA6CC7 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 199 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.21 |
| HSL | 301.91º | 0.47% | 0.61% | - |
| HSV(B) | 301.91º | 0.47% | 0.79% | - |
| XYZ | 40.03 | 27.41 | 57.21 | - |
| YUV | 146.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 199 | 0 | 0.47 | 0.01 | 0.21 | 301.91 | 0.47 | 0.61 |
| Hex | CA | 6C | C7 | 0 | 2F | 1 | 15 | 12E | 2F | 3D |
| Octal | 312 | 154 | 307 | 0 | 57 | 1 | 25 | 456 | 57 | 75 |
| Binary | 11001010 | 1101100 | 11000111 | 0 | 101111 | 1 | 10101 | 100101110 | 101111 | 111101 |
Color Harmonies of #CA6CC7
Complementary color
Monochromatic Colors of #CA6CC7
Black with #CA6CC7
Text Example
Text Example
White with #CA6CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CC7; }
p { color: rgb(202,108,199); }
H1.HeaderClassName
{
color: #CA6CC7;
}
.AnyTagClassName
{
color: #CA6CC7;
}
</style>
background-color css
<style>
a { background-color: #CA6CC7; }
a { background-color: rgb(202,108,199); }
div.DivClassName
{
background-color: #CA6CC7;
}
.BgClassName
{
background-color: #CA6CC7;
}
</style>
border-color css
<style>
span { border-color: #CA6CC7; }
span { border-color: rgb(202,108,199); }
td.TdClassName
{
border-color: #CA6CC7;
}
.TagClassName
{
border-color: #CA6CC7;
}
</style>