Shades of Orchid #CA75E3
Tints of Orchid #CA75E3
RGB
CMYK
RGB Variations
Color information
#CA75E3 (or 0xCA75E3) is known color: Orchid. HEX triplet: CA, 75 and E3. RGB value is (202,117,227). Sum of RGB (Red+Green+Blue) = 202+117+227=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA75E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75E3 is #358A1C. Grayscale: #9A9A9A. Windows color (decimal): -3508765 or 14906826. OLE color: 14906826.
HSL color Cylindrical-coordinate representation of color #CA75E3: hue angle of 286.36º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA75E3 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 117 | 227 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.11 |
| HSL | 286.36º | 0.66% | 0.67% | - |
| HSV(B) | 286.36º | 0.48% | 0.89% | - |
| XYZ | 44.58 | 30.83 | 76.27 | - |
| YUV | 154.96 | 168.66 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 227 | 0.11 | 0.48 | 0 | 0.11 | 286.36 | 0.66 | 0.67 |
| Hex | CA | 75 | E3 | B | 30 | 0 | B | 11E | 42 | 43 |
| Octal | 312 | 165 | 343 | 13 | 60 | 0 | 13 | 436 | 102 | 103 |
| Binary | 11001010 | 1110101 | 11100011 | 1011 | 110000 | 0 | 1011 | 100011110 | 1000010 | 1000011 |
Color Harmonies of #CA75E3
Complementary color
Monochromatic Colors of #CA75E3
Black with #CA75E3
Text Example
Text Example
White with #CA75E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75E3; }
p { color: rgb(202,117,227); }
H1.HeaderClassName
{
color: #CA75E3;
}
.AnyTagClassName
{
color: #CA75E3;
}
</style>
background-color css
<style>
a { background-color: #CA75E3; }
a { background-color: rgb(202,117,227); }
div.DivClassName
{
background-color: #CA75E3;
}
.BgClassName
{
background-color: #CA75E3;
}
</style>
border-color css
<style>
span { border-color: #CA75E3; }
span { border-color: rgb(202,117,227); }
td.TdClassName
{
border-color: #CA75E3;
}
.TagClassName
{
border-color: #CA75E3;
}
</style>