Shades of Orchid #CA6BDF
Tints of Orchid #CA6BDF
RGB
CMYK
RGB Variations
Color information
#CA6BDF (or 0xCA6BDF) is known color: Orchid. HEX triplet: CA, 6B and DF. RGB value is (202,107,223). Sum of RGB (Red+Green+Blue) = 202+107+223=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BDF is #359420. Grayscale: #949494. Windows color (decimal): -3511329 or 14642122. OLE color: 14642122.
HSL color Cylindrical-coordinate representation of color #CA6BDF: hue angle of 289.14º 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 #CA6BDF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 107 | 223 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.13 |
| HSL | 289.14º | 0.64% | 0.65% | - |
| HSV(B) | 289.14º | 0.52% | 0.87% | - |
| XYZ | 42.93 | 28.4 | 73.03 | - |
| YUV | 148.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 223 | 0.09 | 0.52 | 0 | 0.13 | 289.14 | 0.64 | 0.65 |
| Hex | CA | 6B | DF | 9 | 34 | 0 | D | 121 | 40 | 41 |
| Octal | 312 | 153 | 337 | 11 | 64 | 0 | 15 | 441 | 100 | 101 |
| Binary | 11001010 | 1101011 | 11011111 | 1001 | 110100 | 0 | 1101 | 100100001 | 1000000 | 1000001 |
Color Harmonies of #CA6BDF
Complementary color
Monochromatic Colors of #CA6BDF
Black with #CA6BDF
Text Example
Text Example
White with #CA6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BDF; }
p { color: rgb(202,107,223); }
H1.HeaderClassName
{
color: #CA6BDF;
}
.AnyTagClassName
{
color: #CA6BDF;
}
</style>
background-color css
<style>
a { background-color: #CA6BDF; }
a { background-color: rgb(202,107,223); }
div.DivClassName
{
background-color: #CA6BDF;
}
.BgClassName
{
background-color: #CA6BDF;
}
</style>
border-color css
<style>
span { border-color: #CA6BDF; }
span { border-color: rgb(202,107,223); }
td.TdClassName
{
border-color: #CA6BDF;
}
.TagClassName
{
border-color: #CA6BDF;
}
</style>