Shades of Medium Orchid #CA43EF
Tints of Medium Orchid #CA43EF
RGB
CMYK
RGB Variations
Color information
#CA43EF (or 0xCA43EF) is known color: Medium Orchid. HEX triplet: CA, 43 and EF. RGB value is (202,67,239). Sum of RGB (Red+Green+Blue) = 202+67+239=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA43EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA43EF is #35BC10. Grayscale: #7E7E7E. Windows color (decimal): -3521553 or 15680458. OLE color: 15680458.
HSL color Cylindrical-coordinate representation of color #CA43EF: hue angle of 287.09º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA43EF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 67 | 239 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.06 |
| HSL | 287.09º | 0.84% | 0.6% | - |
| HSV(B) | 287.09º | 0.72% | 0.94% | - |
| XYZ | 41.94 | 22.8 | 83.85 | - |
| YUV | 126.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 239 | 0.15 | 0.72 | 0 | 0.06 | 287.09 | 0.84 | 0.6 |
| Hex | CA | 43 | EF | F | 48 | 0 | 6 | 11F | 54 | 3C |
| Octal | 312 | 103 | 357 | 17 | 110 | 0 | 6 | 437 | 124 | 74 |
| Binary | 11001010 | 1000011 | 11101111 | 1111 | 1001000 | 0 | 110 | 100011111 | 1010100 | 111100 |
Color Harmonies of #CA43EF
Complementary color
Monochromatic Colors of #CA43EF
Black with #CA43EF
Text Example
Text Example
White with #CA43EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43EF; }
p { color: rgb(202,67,239); }
H1.HeaderClassName
{
color: #CA43EF;
}
.AnyTagClassName
{
color: #CA43EF;
}
</style>
background-color css
<style>
a { background-color: #CA43EF; }
a { background-color: rgb(202,67,239); }
div.DivClassName
{
background-color: #CA43EF;
}
.BgClassName
{
background-color: #CA43EF;
}
</style>
border-color css
<style>
span { border-color: #CA43EF; }
span { border-color: rgb(202,67,239); }
td.TdClassName
{
border-color: #CA43EF;
}
.TagClassName
{
border-color: #CA43EF;
}
</style>