Shades of Medium Orchid #CA67E4
Tints of Medium Orchid #CA67E4
RGB
CMYK
RGB Variations
Color information
#CA67E4 (or 0xCA67E4) is known color: Medium Orchid. HEX triplet: CA, 67 and E4. RGB value is (202,103,228). Sum of RGB (Red+Green+Blue) = 202+103+228=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA67E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67E4 is #35981B. Grayscale: #929292. Windows color (decimal): -3512348 or 14968778. OLE color: 14968778.
HSL color Cylindrical-coordinate representation of color #CA67E4: hue angle of 287.52º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA67E4 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 103 | 228 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.11 |
| HSL | 287.52º | 0.7% | 0.65% | - |
| HSV(B) | 287.52º | 0.55% | 0.89% | - |
| XYZ | 43.21 | 27.86 | 76.5 | - |
| YUV | 146.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 228 | 0.11 | 0.55 | 0 | 0.11 | 287.52 | 0.7 | 0.65 |
| Hex | CA | 67 | E4 | B | 37 | 0 | B | 120 | 46 | 41 |
| Octal | 312 | 147 | 344 | 13 | 67 | 0 | 13 | 440 | 106 | 101 |
| Binary | 11001010 | 1100111 | 11100100 | 1011 | 110111 | 0 | 1011 | 100100000 | 1000110 | 1000001 |
Color Harmonies of #CA67E4
Complementary color
Monochromatic Colors of #CA67E4
Black with #CA67E4
Text Example
Text Example
White with #CA67E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA67E4; }
p { color: rgb(202,103,228); }
H1.HeaderClassName
{
color: #CA67E4;
}
.AnyTagClassName
{
color: #CA67E4;
}
</style>
background-color css
<style>
a { background-color: #CA67E4; }
a { background-color: rgb(202,103,228); }
div.DivClassName
{
background-color: #CA67E4;
}
.BgClassName
{
background-color: #CA67E4;
}
</style>
border-color css
<style>
span { border-color: #CA67E4; }
span { border-color: rgb(202,103,228); }
td.TdClassName
{
border-color: #CA67E4;
}
.TagClassName
{
border-color: #CA67E4;
}
</style>