Shades of Orchid #CA68DE
Tints of Orchid #CA68DE
RGB
CMYK
RGB Variations
Color information
#CA68DE (or 0xCA68DE) is known color: Orchid. HEX triplet: CA, 68 and DE. RGB value is (202,104,222). Sum of RGB (Red+Green+Blue) = 202+104+222=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68DE is #359721. Grayscale: #929292. Windows color (decimal): -3512098 or 14575818. OLE color: 14575818.
HSL color Cylindrical-coordinate representation of color #CA68DE: hue angle of 289.83º degrees, saturation: 0.64, 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 #CA68DE is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 104 | 222 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.13 |
| HSL | 289.83º | 0.64% | 0.64% | - |
| HSV(B) | 289.83º | 0.53% | 0.87% | - |
| XYZ | 42.49 | 27.73 | 72.22 | - |
| YUV | 146.75 | 170.47 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 222 | 0.09 | 0.53 | 0 | 0.13 | 289.83 | 0.64 | 0.64 |
| Hex | CA | 68 | DE | 9 | 35 | 0 | D | 122 | 40 | 40 |
| Octal | 312 | 150 | 336 | 11 | 65 | 0 | 15 | 442 | 100 | 100 |
| Binary | 11001010 | 1101000 | 11011110 | 1001 | 110101 | 0 | 1101 | 100100010 | 1000000 | 1000000 |
Color Harmonies of #CA68DE
Complementary color
Monochromatic Colors of #CA68DE
Black with #CA68DE
Text Example
Text Example
White with #CA68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68DE; }
p { color: rgb(202,104,222); }
H1.HeaderClassName
{
color: #CA68DE;
}
.AnyTagClassName
{
color: #CA68DE;
}
</style>
background-color css
<style>
a { background-color: #CA68DE; }
a { background-color: rgb(202,104,222); }
div.DivClassName
{
background-color: #CA68DE;
}
.BgClassName
{
background-color: #CA68DE;
}
</style>
border-color css
<style>
span { border-color: #CA68DE; }
span { border-color: rgb(202,104,222); }
td.TdClassName
{
border-color: #CA68DE;
}
.TagClassName
{
border-color: #CA68DE;
}
</style>