Shades of Orchid #CA75DC
Tints of Orchid #CA75DC
RGB
CMYK
RGB Variations
Color information
#CA75DC (or 0xCA75DC) is known color: Orchid. HEX triplet: CA, 75 and DC. RGB value is (202,117,220). Sum of RGB (Red+Green+Blue) = 202+117+220=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA75DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75DC is #358A23. Grayscale: #999999. Windows color (decimal): -3508772 or 14448074. OLE color: 14448074.
HSL color Cylindrical-coordinate representation of color #CA75DC: hue angle of 289.51º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA75DC is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 117 | 220 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.14 |
| HSL | 289.51º | 0.6% | 0.66% | - |
| HSV(B) | 289.51º | 0.47% | 0.86% | - |
| XYZ | 43.64 | 30.45 | 71.29 | - |
| YUV | 154.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 220 | 0.08 | 0.47 | 0 | 0.14 | 289.51 | 0.6 | 0.66 |
| Hex | CA | 75 | DC | 8 | 2F | 0 | E | 122 | 3C | 42 |
| Octal | 312 | 165 | 334 | 10 | 57 | 0 | 16 | 442 | 74 | 102 |
| Binary | 11001010 | 1110101 | 11011100 | 1000 | 101111 | 0 | 1110 | 100100010 | 111100 | 1000010 |
Color Harmonies of #CA75DC
Complementary color
Monochromatic Colors of #CA75DC
Black with #CA75DC
Text Example
Text Example
White with #CA75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75DC; }
p { color: rgb(202,117,220); }
H1.HeaderClassName
{
color: #CA75DC;
}
.AnyTagClassName
{
color: #CA75DC;
}
</style>
background-color css
<style>
a { background-color: #CA75DC; }
a { background-color: rgb(202,117,220); }
div.DivClassName
{
background-color: #CA75DC;
}
.BgClassName
{
background-color: #CA75DC;
}
</style>
border-color css
<style>
span { border-color: #CA75DC; }
span { border-color: rgb(202,117,220); }
td.TdClassName
{
border-color: #CA75DC;
}
.TagClassName
{
border-color: #CA75DC;
}
</style>