Shades of Medium Orchid #CE4AF4
Tints of Medium Orchid #CE4AF4
RGB
CMYK
RGB Variations
Color information
#CE4AF4 (or 0xCE4AF4) is known color: Medium Orchid. HEX triplet: CE, 4A and F4. RGB value is (206,74,244). Sum of RGB (Red+Green+Blue) = 206+74+244=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE4AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AF4 is #31B50B. Grayscale: #848484. Windows color (decimal): -3257612 or 16009934. OLE color: 16009934.
HSL color Cylindrical-coordinate representation of color #CE4AF4: hue angle of 286.59º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4AF4 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 74 | 244 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.04 |
| HSL | 286.59º | 0.89% | 0.62% | - |
| HSV(B) | 286.59º | 0.7% | 0.96% | - |
| XYZ | 44.23 | 24.55 | 88 | - |
| YUV | 132.85 | 190.73 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 244 | 0.16 | 0.70 | 0 | 0.04 | 286.59 | 0.89 | 0.62 |
| Hex | CE | 4A | F4 | 10 | 46 | 0 | 4 | 11F | 59 | 3E |
| Octal | 316 | 112 | 364 | 20 | 106 | 0 | 4 | 437 | 131 | 76 |
| Binary | 11001110 | 1001010 | 11110100 | 10000 | 1000110 | 0 | 100 | 100011111 | 1011001 | 111110 |
Color Harmonies of #CE4AF4
Complementary color
Monochromatic Colors of #CE4AF4
Black with #CE4AF4
Text Example
Text Example
White with #CE4AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AF4; }
p { color: rgb(206,74,244); }
H1.HeaderClassName
{
color: #CE4AF4;
}
.AnyTagClassName
{
color: #CE4AF4;
}
</style>
background-color css
<style>
a { background-color: #CE4AF4; }
a { background-color: rgb(206,74,244); }
div.DivClassName
{
background-color: #CE4AF4;
}
.BgClassName
{
background-color: #CE4AF4;
}
</style>
border-color css
<style>
span { border-color: #CE4AF4; }
span { border-color: rgb(206,74,244); }
td.TdClassName
{
border-color: #CE4AF4;
}
.TagClassName
{
border-color: #CE4AF4;
}
</style>