Shades of Orchid #CA7DDA
Tints of Orchid #CA7DDA
RGB
CMYK
RGB Variations
Color information
#CA7DDA (or 0xCA7DDA) is known color: Orchid. HEX triplet: CA, 7D and DA. RGB value is (202,125,218). Sum of RGB (Red+Green+Blue) = 202+125+218=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DDA is #358225. Grayscale: #9E9E9E. Windows color (decimal): -3506726 or 14319050. OLE color: 14319050.
HSL color Cylindrical-coordinate representation of color #CA7DDA: hue angle of 289.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7DDA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 125 | 218 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.15 |
| HSL | 289.68º | 0.56% | 0.67% | - |
| HSV(B) | 289.68º | 0.43% | 0.85% | - |
| XYZ | 44.35 | 32.29 | 70.22 | - |
| YUV | 158.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 218 | 0.07 | 0.43 | 0 | 0.15 | 289.68 | 0.56 | 0.67 |
| Hex | CA | 7D | DA | 7 | 2B | 0 | F | 122 | 38 | 43 |
| Octal | 312 | 175 | 332 | 7 | 53 | 0 | 17 | 442 | 70 | 103 |
| Binary | 11001010 | 1111101 | 11011010 | 111 | 101011 | 0 | 1111 | 100100010 | 111000 | 1000011 |
Color Harmonies of #CA7DDA
Complementary color
Monochromatic Colors of #CA7DDA
Black with #CA7DDA
Text Example
Text Example
White with #CA7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DDA; }
p { color: rgb(202,125,218); }
H1.HeaderClassName
{
color: #CA7DDA;
}
.AnyTagClassName
{
color: #CA7DDA;
}
</style>
background-color css
<style>
a { background-color: #CA7DDA; }
a { background-color: rgb(202,125,218); }
div.DivClassName
{
background-color: #CA7DDA;
}
.BgClassName
{
background-color: #CA7DDA;
}
</style>
border-color css
<style>
span { border-color: #CA7DDA; }
span { border-color: rgb(202,125,218); }
td.TdClassName
{
border-color: #CA7DDA;
}
.TagClassName
{
border-color: #CA7DDA;
}
</style>