Shades of Medium Orchid #CA68E7
Tints of Medium Orchid #CA68E7
RGB
CMYK
RGB Variations
Color information
#CA68E7 (or 0xCA68E7) is known color: Medium Orchid. HEX triplet: CA, 68 and E7. RGB value is (202,104,231). Sum of RGB (Red+Green+Blue) = 202+104+231=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA68E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA68E7 is #359718. Grayscale: #939393. Windows color (decimal): -3512089 or 15165642. OLE color: 15165642.
HSL color Cylindrical-coordinate representation of color #CA68E7: hue angle of 286.3º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA68E7 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 104 | 231 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.09 |
| HSL | 286.3º | 0.73% | 0.66% | - |
| HSV(B) | 286.3º | 0.55% | 0.91% | - |
| XYZ | 43.73 | 28.23 | 78.74 | - |
| YUV | 147.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 231 | 0.13 | 0.55 | 0 | 0.09 | 286.3 | 0.73 | 0.66 |
| Hex | CA | 68 | E7 | D | 37 | 0 | 9 | 11E | 49 | 42 |
| Octal | 312 | 150 | 347 | 15 | 67 | 0 | 11 | 436 | 111 | 102 |
| Binary | 11001010 | 1101000 | 11100111 | 1101 | 110111 | 0 | 1001 | 100011110 | 1001001 | 1000010 |
Color Harmonies of #CA68E7
Complementary color
Monochromatic Colors of #CA68E7
Black with #CA68E7
Text Example
Text Example
White with #CA68E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA68E7; }
p { color: rgb(202,104,231); }
H1.HeaderClassName
{
color: #CA68E7;
}
.AnyTagClassName
{
color: #CA68E7;
}
</style>
background-color css
<style>
a { background-color: #CA68E7; }
a { background-color: rgb(202,104,231); }
div.DivClassName
{
background-color: #CA68E7;
}
.BgClassName
{
background-color: #CA68E7;
}
</style>
border-color css
<style>
span { border-color: #CA68E7; }
span { border-color: rgb(202,104,231); }
td.TdClassName
{
border-color: #CA68E7;
}
.TagClassName
{
border-color: #CA68E7;
}
</style>