Shades of Orchid #CA68CB
Tints of Orchid #CA68CB
RGB
CMYK
RGB Variations
Color information
#CA68CB (or 0xCA68CB) is known color: Orchid. HEX triplet: CA, 68 and CB. RGB value is (202,104,203). Sum of RGB (Red+Green+Blue) = 202+104+203=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68CB is #359734. Grayscale: #909090. Windows color (decimal): -3512117 or 13330634. OLE color: 13330634.
HSL color Cylindrical-coordinate representation of color #CA68CB: hue angle of 299.39º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68CB is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 104 | 203 | - |
| CMYK | 0.00 | 0.49 | 0 | 0.20 |
| HSL | 299.39º | 0.49% | 0.6% | - |
| HSV(B) | 299.39º | 0.49% | 0.8% | - |
| XYZ | 40.09 | 26.77 | 59.55 | - |
| YUV | 144.59 | 160.97 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 203 | 0.00 | 0.49 | 0 | 0.20 | 299.39 | 0.49 | 0.6 |
| Hex | CA | 68 | CB | 0 | 31 | 0 | 14 | 12B | 31 | 3C |
| Octal | 312 | 150 | 313 | 0 | 61 | 0 | 24 | 453 | 61 | 74 |
| Binary | 11001010 | 1101000 | 11001011 | 0 | 110001 | 0 | 10100 | 100101011 | 110001 | 111100 |
Color Harmonies of #CA68CB
Complementary color
Monochromatic Colors of #CA68CB
Black with #CA68CB
Text Example
Text Example
White with #CA68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68CB; }
p { color: rgb(202,104,203); }
H1.HeaderClassName
{
color: #CA68CB;
}
.AnyTagClassName
{
color: #CA68CB;
}
</style>
background-color css
<style>
a { background-color: #CA68CB; }
a { background-color: rgb(202,104,203); }
div.DivClassName
{
background-color: #CA68CB;
}
.BgClassName
{
background-color: #CA68CB;
}
</style>
border-color css
<style>
span { border-color: #CA68CB; }
span { border-color: rgb(202,104,203); }
td.TdClassName
{
border-color: #CA68CB;
}
.TagClassName
{
border-color: #CA68CB;
}
</style>