Shades of Orchid #CA6CDF
Tints of Orchid #CA6CDF
RGB
CMYK
RGB Variations
Color information
#CA6CDF (or 0xCA6CDF) is known color: Orchid. HEX triplet: CA, 6C and DF. RGB value is (202,108,223). Sum of RGB (Red+Green+Blue) = 202+108+223=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA6CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CDF is #359320. Grayscale: #949494. Windows color (decimal): -3511073 or 14642378. OLE color: 14642378.
HSL color Cylindrical-coordinate representation of color #CA6CDF: hue angle of 289.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6CDF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 108 | 223 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.13 |
| HSL | 289.04º | 0.64% | 0.65% | - |
| HSV(B) | 289.04º | 0.52% | 0.87% | - |
| XYZ | 43.04 | 28.61 | 73.07 | - |
| YUV | 149.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 223 | 0.09 | 0.52 | 0 | 0.13 | 289.04 | 0.64 | 0.65 |
| Hex | CA | 6C | DF | 9 | 34 | 0 | D | 121 | 40 | 41 |
| Octal | 312 | 154 | 337 | 11 | 64 | 0 | 15 | 441 | 100 | 101 |
| Binary | 11001010 | 1101100 | 11011111 | 1001 | 110100 | 0 | 1101 | 100100001 | 1000000 | 1000001 |
Color Harmonies of #CA6CDF
Complementary color
Monochromatic Colors of #CA6CDF
Black with #CA6CDF
Text Example
Text Example
White with #CA6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CDF; }
p { color: rgb(202,108,223); }
H1.HeaderClassName
{
color: #CA6CDF;
}
.AnyTagClassName
{
color: #CA6CDF;
}
</style>
background-color css
<style>
a { background-color: #CA6CDF; }
a { background-color: rgb(202,108,223); }
div.DivClassName
{
background-color: #CA6CDF;
}
.BgClassName
{
background-color: #CA6CDF;
}
</style>
border-color css
<style>
span { border-color: #CA6CDF; }
span { border-color: rgb(202,108,223); }
td.TdClassName
{
border-color: #CA6CDF;
}
.TagClassName
{
border-color: #CA6CDF;
}
</style>