Shades of Orchid #CA7DDF
Tints of Orchid #CA7DDF
RGB
CMYK
RGB Variations
Color information
#CA7DDF (or 0xCA7DDF) is known color: Orchid. HEX triplet: CA, 7D and DF. RGB value is (202,125,223). Sum of RGB (Red+Green+Blue) = 202+125+223=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DDF is #358220. Grayscale: #9E9E9E. Windows color (decimal): -3506721 or 14646730. OLE color: 14646730.
HSL color Cylindrical-coordinate representation of color #CA7DDF: hue angle of 287.14º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7DDF is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 125 | 223 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.13 |
| HSL | 287.14º | 0.6% | 0.68% | - |
| HSV(B) | 287.14º | 0.44% | 0.87% | - |
| XYZ | 45.01 | 32.55 | 73.72 | - |
| YUV | 159.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 223 | 0.09 | 0.44 | 0 | 0.13 | 287.14 | 0.6 | 0.68 |
| Hex | CA | 7D | DF | 9 | 2C | 0 | D | 11F | 3C | 44 |
| Octal | 312 | 175 | 337 | 11 | 54 | 0 | 15 | 437 | 74 | 104 |
| Binary | 11001010 | 1111101 | 11011111 | 1001 | 101100 | 0 | 1101 | 100011111 | 111100 | 1000100 |
Color Harmonies of #CA7DDF
Complementary color
Monochromatic Colors of #CA7DDF
Black with #CA7DDF
Text Example
Text Example
White with #CA7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DDF; }
p { color: rgb(202,125,223); }
H1.HeaderClassName
{
color: #CA7DDF;
}
.AnyTagClassName
{
color: #CA7DDF;
}
</style>
background-color css
<style>
a { background-color: #CA7DDF; }
a { background-color: rgb(202,125,223); }
div.DivClassName
{
background-color: #CA7DDF;
}
.BgClassName
{
background-color: #CA7DDF;
}
</style>
border-color css
<style>
span { border-color: #CA7DDF; }
span { border-color: rgb(202,125,223); }
td.TdClassName
{
border-color: #CA7DDF;
}
.TagClassName
{
border-color: #CA7DDF;
}
</style>