Shades of Orchid #CA68D0
Tints of Orchid #CA68D0
RGB
CMYK
RGB Variations
Color information
#CA68D0 (or 0xCA68D0) is known color: Orchid. HEX triplet: CA, 68 and D0. RGB value is (202,104,208). Sum of RGB (Red+Green+Blue) = 202+104+208=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA68D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68D0 is #35972F. Grayscale: #909090. Windows color (decimal): -3512112 or 13658314. OLE color: 13658314.
HSL color Cylindrical-coordinate representation of color #CA68D0: hue angle of 296.54º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA68D0 is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 104 | 208 | - |
| CMYK | 0.03 | 0.5 | 0 | 0.18 |
| HSL | 296.54º | 0.53% | 0.61% | - |
| HSV(B) | 296.54º | 0.5% | 0.82% | - |
| XYZ | 40.69 | 27.01 | 62.74 | - |
| YUV | 145.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 208 | 0.03 | 0.5 | 0 | 0.18 | 296.54 | 0.53 | 0.61 |
| Hex | CA | 68 | D0 | 3 | 32 | 0 | 12 | 129 | 35 | 3D |
| Octal | 312 | 150 | 320 | 3 | 62 | 0 | 22 | 451 | 65 | 75 |
| Binary | 11001010 | 1101000 | 11010000 | 11 | 110010 | 0 | 10010 | 100101001 | 110101 | 111101 |
Color Harmonies of #CA68D0
Complementary color
Monochromatic Colors of #CA68D0
Black with #CA68D0
Text Example
Text Example
White with #CA68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68D0; }
p { color: rgb(202,104,208); }
H1.HeaderClassName
{
color: #CA68D0;
}
.AnyTagClassName
{
color: #CA68D0;
}
</style>
background-color css
<style>
a { background-color: #CA68D0; }
a { background-color: rgb(202,104,208); }
div.DivClassName
{
background-color: #CA68D0;
}
.BgClassName
{
background-color: #CA68D0;
}
</style>
border-color css
<style>
span { border-color: #CA68D0; }
span { border-color: rgb(202,104,208); }
td.TdClassName
{
border-color: #CA68D0;
}
.TagClassName
{
border-color: #CA68D0;
}
</style>