Shades of Medium Orchid #CA68E4
Tints of Medium Orchid #CA68E4
RGB
CMYK
RGB Variations
Color information
#CA68E4 (or 0xCA68E4) is known color: Medium Orchid. HEX triplet: CA, 68 and E4. RGB value is (202,104,228). Sum of RGB (Red+Green+Blue) = 202+104+228=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA68E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68E4 is #35971B. Grayscale: #939393. Windows color (decimal): -3512092 or 14969034. OLE color: 14969034.
HSL color Cylindrical-coordinate representation of color #CA68E4: hue angle of 287.42º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA68E4 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 104 | 228 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.11 |
| HSL | 287.42º | 0.7% | 0.65% | - |
| HSV(B) | 287.42º | 0.54% | 0.89% | - |
| XYZ | 43.31 | 28.06 | 76.53 | - |
| YUV | 147.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 228 | 0.11 | 0.54 | 0 | 0.11 | 287.42 | 0.7 | 0.65 |
| Hex | CA | 68 | E4 | B | 36 | 0 | B | 11F | 46 | 41 |
| Octal | 312 | 150 | 344 | 13 | 66 | 0 | 13 | 437 | 106 | 101 |
| Binary | 11001010 | 1101000 | 11100100 | 1011 | 110110 | 0 | 1011 | 100011111 | 1000110 | 1000001 |
Color Harmonies of #CA68E4
Complementary color
Monochromatic Colors of #CA68E4
Black with #CA68E4
Text Example
Text Example
White with #CA68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68E4; }
p { color: rgb(202,104,228); }
H1.HeaderClassName
{
color: #CA68E4;
}
.AnyTagClassName
{
color: #CA68E4;
}
</style>
background-color css
<style>
a { background-color: #CA68E4; }
a { background-color: rgb(202,104,228); }
div.DivClassName
{
background-color: #CA68E4;
}
.BgClassName
{
background-color: #CA68E4;
}
</style>
border-color css
<style>
span { border-color: #CA68E4; }
span { border-color: rgb(202,104,228); }
td.TdClassName
{
border-color: #CA68E4;
}
.TagClassName
{
border-color: #CA68E4;
}
</style>