Shades of Orchid #CA75C4
Tints of Orchid #CA75C4
RGB
CMYK
RGB Variations
Color information
#CA75C4 (or 0xCA75C4) is known color: Orchid. HEX triplet: CA, 75 and C4. RGB value is (202,117,196). Sum of RGB (Red+Green+Blue) = 202+117+196=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75C4 is #358A3B. Grayscale: #979797. Windows color (decimal): -3508796 or 12875210. OLE color: 12875210.
HSL color Cylindrical-coordinate representation of color #CA75C4: hue angle of 304.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA75C4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 196 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.21 |
| HSL | 304.24º | 0.45% | 0.63% | - |
| HSV(B) | 304.24º | 0.42% | 0.79% | - |
| XYZ | 40.68 | 29.26 | 55.73 | - |
| YUV | 151.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 196 | 0 | 0.42 | 0.03 | 0.21 | 304.24 | 0.45 | 0.63 |
| Hex | CA | 75 | C4 | 0 | 2A | 3 | 15 | 130 | 2D | 3F |
| Octal | 312 | 165 | 304 | 0 | 52 | 3 | 25 | 460 | 55 | 77 |
| Binary | 11001010 | 1110101 | 11000100 | 0 | 101010 | 11 | 10101 | 100110000 | 101101 | 111111 |
Color Harmonies of #CA75C4
Complementary color
Monochromatic Colors of #CA75C4
Black with #CA75C4
Text Example
Text Example
White with #CA75C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75C4; }
p { color: rgb(202,117,196); }
H1.HeaderClassName
{
color: #CA75C4;
}
.AnyTagClassName
{
color: #CA75C4;
}
</style>
background-color css
<style>
a { background-color: #CA75C4; }
a { background-color: rgb(202,117,196); }
div.DivClassName
{
background-color: #CA75C4;
}
.BgClassName
{
background-color: #CA75C4;
}
</style>
border-color css
<style>
span { border-color: #CA75C4; }
span { border-color: rgb(202,117,196); }
td.TdClassName
{
border-color: #CA75C4;
}
.TagClassName
{
border-color: #CA75C4;
}
</style>