Shades of Orchid #CA68DD
Tints of Orchid #CA68DD
RGB
CMYK
RGB Variations
Color information
#CA68DD (or 0xCA68DD) is known color: Orchid. HEX triplet: CA, 68 and DD. RGB value is (202,104,221). Sum of RGB (Red+Green+Blue) = 202+104+221=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68DD is #359722. Grayscale: #929292. Windows color (decimal): -3512099 or 14510282. OLE color: 14510282.
HSL color Cylindrical-coordinate representation of color #CA68DD: hue angle of 290.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA68DD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 104 | 221 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.13 |
| HSL | 290.26º | 0.63% | 0.64% | - |
| HSV(B) | 290.26º | 0.53% | 0.87% | - |
| XYZ | 42.36 | 27.68 | 71.52 | - |
| YUV | 146.64 | 169.97 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 221 | 0.09 | 0.53 | 0 | 0.13 | 290.26 | 0.63 | 0.64 |
| Hex | CA | 68 | DD | 9 | 35 | 0 | D | 122 | 3F | 40 |
| Octal | 312 | 150 | 335 | 11 | 65 | 0 | 15 | 442 | 77 | 100 |
| Binary | 11001010 | 1101000 | 11011101 | 1001 | 110101 | 0 | 1101 | 100100010 | 111111 | 1000000 |
Color Harmonies of #CA68DD
Complementary color
Monochromatic Colors of #CA68DD
Black with #CA68DD
Text Example
Text Example
White with #CA68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68DD; }
p { color: rgb(202,104,221); }
H1.HeaderClassName
{
color: #CA68DD;
}
.AnyTagClassName
{
color: #CA68DD;
}
</style>
background-color css
<style>
a { background-color: #CA68DD; }
a { background-color: rgb(202,104,221); }
div.DivClassName
{
background-color: #CA68DD;
}
.BgClassName
{
background-color: #CA68DD;
}
</style>
border-color css
<style>
span { border-color: #CA68DD; }
span { border-color: rgb(202,104,221); }
td.TdClassName
{
border-color: #CA68DD;
}
.TagClassName
{
border-color: #CA68DD;
}
</style>