Shades of Orchid #CA7BDD
Tints of Orchid #CA7BDD
RGB
CMYK
RGB Variations
Color information
#CA7BDD (or 0xCA7BDD) is known color: Orchid. HEX triplet: CA, 7B and DD. RGB value is (202,123,221). Sum of RGB (Red+Green+Blue) = 202+123+221=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA7BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BDD is #358422. Grayscale: #9D9D9D. Windows color (decimal): -3507235 or 14515146. OLE color: 14515146.
HSL color Cylindrical-coordinate representation of color #CA7BDD: hue angle of 288.37º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7BDD is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 123 | 221 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.13 |
| HSL | 288.37º | 0.59% | 0.67% | - |
| HSV(B) | 288.37º | 0.44% | 0.87% | - |
| XYZ | 44.49 | 31.94 | 72.23 | - |
| YUV | 157.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 221 | 0.09 | 0.44 | 0 | 0.13 | 288.37 | 0.59 | 0.67 |
| Hex | CA | 7B | DD | 9 | 2C | 0 | D | 120 | 3B | 43 |
| Octal | 312 | 173 | 335 | 11 | 54 | 0 | 15 | 440 | 73 | 103 |
| Binary | 11001010 | 1111011 | 11011101 | 1001 | 101100 | 0 | 1101 | 100100000 | 111011 | 1000011 |
Color Harmonies of #CA7BDD
Complementary color
Monochromatic Colors of #CA7BDD
Black with #CA7BDD
Text Example
Text Example
White with #CA7BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BDD; }
p { color: rgb(202,123,221); }
H1.HeaderClassName
{
color: #CA7BDD;
}
.AnyTagClassName
{
color: #CA7BDD;
}
</style>
background-color css
<style>
a { background-color: #CA7BDD; }
a { background-color: rgb(202,123,221); }
div.DivClassName
{
background-color: #CA7BDD;
}
.BgClassName
{
background-color: #CA7BDD;
}
</style>
border-color css
<style>
span { border-color: #CA7BDD; }
span { border-color: rgb(202,123,221); }
td.TdClassName
{
border-color: #CA7BDD;
}
.TagClassName
{
border-color: #CA7BDD;
}
</style>