Shades of Orchid #CA6CCB
Tints of Orchid #CA6CCB
RGB
CMYK
RGB Variations
Color information
#CA6CCB (or 0xCA6CCB) is known color: Orchid. HEX triplet: CA, 6C and CB. RGB value is (202,108,203). Sum of RGB (Red+Green+Blue) = 202+108+203=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6CCB is #359334. Grayscale: #929292. Windows color (decimal): -3511093 or 13331658. OLE color: 13331658.
HSL color Cylindrical-coordinate representation of color #CA6CCB: hue angle of 299.37º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6CCB is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 108 | 203 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.20 |
| HSL | 299.37º | 0.48% | 0.61% | - |
| HSV(B) | 299.37º | 0.47% | 0.8% | - |
| XYZ | 40.5 | 27.59 | 59.69 | - |
| YUV | 146.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 203 | 0.00 | 0.47 | 0 | 0.20 | 299.37 | 0.48 | 0.61 |
| Hex | CA | 6C | CB | 0 | 2F | 0 | 14 | 12B | 30 | 3D |
| Octal | 312 | 154 | 313 | 0 | 57 | 0 | 24 | 453 | 60 | 75 |
| Binary | 11001010 | 1101100 | 11001011 | 0 | 101111 | 0 | 10100 | 100101011 | 110000 | 111101 |
Color Harmonies of #CA6CCB
Complementary color
Monochromatic Colors of #CA6CCB
Black with #CA6CCB
Text Example
Text Example
White with #CA6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CCB; }
p { color: rgb(202,108,203); }
H1.HeaderClassName
{
color: #CA6CCB;
}
.AnyTagClassName
{
color: #CA6CCB;
}
</style>
background-color css
<style>
a { background-color: #CA6CCB; }
a { background-color: rgb(202,108,203); }
div.DivClassName
{
background-color: #CA6CCB;
}
.BgClassName
{
background-color: #CA6CCB;
}
</style>
border-color css
<style>
span { border-color: #CA6CCB; }
span { border-color: rgb(202,108,203); }
td.TdClassName
{
border-color: #CA6CCB;
}
.TagClassName
{
border-color: #CA6CCB;
}
</style>