Shades of Orchid #CA68DA
Tints of Orchid #CA68DA
RGB
CMYK
RGB Variations
Color information
#CA68DA (or 0xCA68DA) is known color: Orchid. HEX triplet: CA, 68 and DA. RGB value is (202,104,218). Sum of RGB (Red+Green+Blue) = 202+104+218=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68DA is #359725. Grayscale: #919191. Windows color (decimal): -3512102 or 14313674. OLE color: 14313674.
HSL color Cylindrical-coordinate representation of color #CA68DA: hue angle of 291.58º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA68DA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 104 | 218 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.15 |
| HSL | 291.58º | 0.61% | 0.63% | - |
| HSV(B) | 291.58º | 0.52% | 0.85% | - |
| XYZ | 41.96 | 27.52 | 69.43 | - |
| YUV | 146.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 218 | 0.07 | 0.52 | 0 | 0.15 | 291.58 | 0.61 | 0.63 |
| Hex | CA | 68 | DA | 7 | 34 | 0 | F | 124 | 3D | 3F |
| Octal | 312 | 150 | 332 | 7 | 64 | 0 | 17 | 444 | 75 | 77 |
| Binary | 11001010 | 1101000 | 11011010 | 111 | 110100 | 0 | 1111 | 100100100 | 111101 | 111111 |
Color Harmonies of #CA68DA
Complementary color
Monochromatic Colors of #CA68DA
Black with #CA68DA
Text Example
Text Example
White with #CA68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68DA; }
p { color: rgb(202,104,218); }
H1.HeaderClassName
{
color: #CA68DA;
}
.AnyTagClassName
{
color: #CA68DA;
}
</style>
background-color css
<style>
a { background-color: #CA68DA; }
a { background-color: rgb(202,104,218); }
div.DivClassName
{
background-color: #CA68DA;
}
.BgClassName
{
background-color: #CA68DA;
}
</style>
border-color css
<style>
span { border-color: #CA68DA; }
span { border-color: rgb(202,104,218); }
td.TdClassName
{
border-color: #CA68DA;
}
.TagClassName
{
border-color: #CA68DA;
}
</style>