Shades of Orchid #CA6FDA
Tints of Orchid #CA6FDA
RGB
CMYK
RGB Variations
Color information
#CA6FDA (or 0xCA6FDA) is known color: Orchid. HEX triplet: CA, 6F and DA. RGB value is (202,111,218). Sum of RGB (Red+Green+Blue) = 202+111+218=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDA is #359025. Grayscale: #969696. Windows color (decimal): -3510310 or 14315466. OLE color: 14315466.
HSL color Cylindrical-coordinate representation of color #CA6FDA: hue angle of 291.03º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA6FDA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 111 | 218 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.15 |
| HSL | 291.03º | 0.59% | 0.65% | - |
| HSV(B) | 291.03º | 0.49% | 0.85% | - |
| XYZ | 42.7 | 28.99 | 69.67 | - |
| YUV | 150.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 218 | 0.07 | 0.49 | 0 | 0.15 | 291.03 | 0.59 | 0.65 |
| Hex | CA | 6F | DA | 7 | 31 | 0 | F | 123 | 3B | 41 |
| Octal | 312 | 157 | 332 | 7 | 61 | 0 | 17 | 443 | 73 | 101 |
| Binary | 11001010 | 1101111 | 11011010 | 111 | 110001 | 0 | 1111 | 100100011 | 111011 | 1000001 |
Color Harmonies of #CA6FDA
Complementary color
Monochromatic Colors of #CA6FDA
Black with #CA6FDA
Text Example
Text Example
White with #CA6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FDA; }
p { color: rgb(202,111,218); }
H1.HeaderClassName
{
color: #CA6FDA;
}
.AnyTagClassName
{
color: #CA6FDA;
}
</style>
background-color css
<style>
a { background-color: #CA6FDA; }
a { background-color: rgb(202,111,218); }
div.DivClassName
{
background-color: #CA6FDA;
}
.BgClassName
{
background-color: #CA6FDA;
}
</style>
border-color css
<style>
span { border-color: #CA6FDA; }
span { border-color: rgb(202,111,218); }
td.TdClassName
{
border-color: #CA6FDA;
}
.TagClassName
{
border-color: #CA6FDA;
}
</style>