Shades of Orchid #CA6BCC
Tints of Orchid #CA6BCC
RGB
CMYK
RGB Variations
Color information
#CA6BCC (or 0xCA6BCC) is known color: Orchid. HEX triplet: CA, 6B and CC. RGB value is (202,107,204). Sum of RGB (Red+Green+Blue) = 202+107+204=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BCC is #359433. Grayscale: #929292. Windows color (decimal): -3511348 or 13396938. OLE color: 13396938.
HSL color Cylindrical-coordinate representation of color #CA6BCC: hue angle of 298.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6BCC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 107 | 204 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.2 |
| HSL | 298.76º | 0.49% | 0.61% | - |
| HSV(B) | 298.76º | 0.48% | 0.8% | - |
| XYZ | 40.51 | 27.43 | 60.29 | - |
| YUV | 146.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 204 | 0.01 | 0.48 | 0 | 0.2 | 298.76 | 0.49 | 0.61 |
| Hex | CA | 6B | CC | 1 | 30 | 0 | 14 | 12B | 31 | 3D |
| Octal | 312 | 153 | 314 | 1 | 60 | 0 | 24 | 453 | 61 | 75 |
| Binary | 11001010 | 1101011 | 11001100 | 1 | 110000 | 0 | 10100 | 100101011 | 110001 | 111101 |
Color Harmonies of #CA6BCC
Complementary color
Monochromatic Colors of #CA6BCC
Black with #CA6BCC
Text Example
Text Example
White with #CA6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BCC; }
p { color: rgb(202,107,204); }
H1.HeaderClassName
{
color: #CA6BCC;
}
.AnyTagClassName
{
color: #CA6BCC;
}
</style>
background-color css
<style>
a { background-color: #CA6BCC; }
a { background-color: rgb(202,107,204); }
div.DivClassName
{
background-color: #CA6BCC;
}
.BgClassName
{
background-color: #CA6BCC;
}
</style>
border-color css
<style>
span { border-color: #CA6BCC; }
span { border-color: rgb(202,107,204); }
td.TdClassName
{
border-color: #CA6BCC;
}
.TagClassName
{
border-color: #CA6BCC;
}
</style>