Shades of Medium Orchid #CE4AF3
Tints of Medium Orchid #CE4AF3
RGB
CMYK
RGB Variations
Color information
#CE4AF3 (or 0xCE4AF3) is known color: Medium Orchid. HEX triplet: CE, 4A and F3. RGB value is (206,74,243). Sum of RGB (Red+Green+Blue) = 206+74+243=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 74 (29.30% from 255 or 14.15% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE4AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AF3 is #31B50C. Grayscale: #848484. Windows color (decimal): -3257613 or 15944398. OLE color: 15944398.
HSL color Cylindrical-coordinate representation of color #CE4AF3: hue angle of 286.86º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4AF3 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 74 | 243 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.05 |
| HSL | 286.86º | 0.88% | 0.62% | - |
| HSV(B) | 286.86º | 0.7% | 0.95% | - |
| XYZ | 44.08 | 24.49 | 87.2 | - |
| YUV | 132.73 | 190.23 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 243 | 0.15 | 0.70 | 0 | 0.05 | 286.86 | 0.88 | 0.62 |
| Hex | CE | 4A | F3 | F | 46 | 0 | 5 | 11F | 58 | 3E |
| Octal | 316 | 112 | 363 | 17 | 106 | 0 | 5 | 437 | 130 | 76 |
| Binary | 11001110 | 1001010 | 11110011 | 1111 | 1000110 | 0 | 101 | 100011111 | 1011000 | 111110 |
Color Harmonies of #CE4AF3
Complementary color
Monochromatic Colors of #CE4AF3
Black with #CE4AF3
Text Example
Text Example
White with #CE4AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AF3; }
p { color: rgb(206,74,243); }
H1.HeaderClassName
{
color: #CE4AF3;
}
.AnyTagClassName
{
color: #CE4AF3;
}
</style>
background-color css
<style>
a { background-color: #CE4AF3; }
a { background-color: rgb(206,74,243); }
div.DivClassName
{
background-color: #CE4AF3;
}
.BgClassName
{
background-color: #CE4AF3;
}
</style>
border-color css
<style>
span { border-color: #CE4AF3; }
span { border-color: rgb(206,74,243); }
td.TdClassName
{
border-color: #CE4AF3;
}
.TagClassName
{
border-color: #CE4AF3;
}
</style>