Shades of Orchid #CA75E5
Tints of Orchid #CA75E5
RGB
CMYK
RGB Variations
Color information
#CA75E5 (or 0xCA75E5) is known color: Orchid. HEX triplet: CA, 75 and E5. RGB value is (202,117,229). Sum of RGB (Red+Green+Blue) = 202+117+229=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75E5 is #358A1A. Grayscale: #9A9A9A. Windows color (decimal): -3508763 or 15037898. OLE color: 15037898.
HSL color Cylindrical-coordinate representation of color #CA75E5: hue angle of 285.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA75E5 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 117 | 229 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.10 |
| HSL | 285.54º | 0.68% | 0.68% | - |
| HSV(B) | 285.54º | 0.49% | 0.9% | - |
| XYZ | 44.86 | 30.94 | 77.74 | - |
| YUV | 155.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 229 | 0.12 | 0.49 | 0 | 0.10 | 285.54 | 0.68 | 0.68 |
| Hex | CA | 75 | E5 | C | 31 | 0 | A | 11E | 44 | 44 |
| Octal | 312 | 165 | 345 | 14 | 61 | 0 | 12 | 436 | 104 | 104 |
| Binary | 11001010 | 1110101 | 11100101 | 1100 | 110001 | 0 | 1010 | 100011110 | 1000100 | 1000100 |
Color Harmonies of #CA75E5
Complementary color
Monochromatic Colors of #CA75E5
Black with #CA75E5
Text Example
Text Example
White with #CA75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75E5; }
p { color: rgb(202,117,229); }
H1.HeaderClassName
{
color: #CA75E5;
}
.AnyTagClassName
{
color: #CA75E5;
}
</style>
background-color css
<style>
a { background-color: #CA75E5; }
a { background-color: rgb(202,117,229); }
div.DivClassName
{
background-color: #CA75E5;
}
.BgClassName
{
background-color: #CA75E5;
}
</style>
border-color css
<style>
span { border-color: #CA75E5; }
span { border-color: rgb(202,117,229); }
td.TdClassName
{
border-color: #CA75E5;
}
.TagClassName
{
border-color: #CA75E5;
}
</style>