Shades of Medium Orchid #CE4FF2
Tints of Medium Orchid #CE4FF2
RGB
CMYK
RGB Variations
Color information
#CE4FF2 (or 0xCE4FF2) is known color: Medium Orchid. HEX triplet: CE, 4F and F2. RGB value is (206,79,242). Sum of RGB (Red+Green+Blue) = 206+79+242=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE4FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FF2 is #31B00D. Grayscale: #878787. Windows color (decimal): -3256334 or 15880142. OLE color: 15880142.
HSL color Cylindrical-coordinate representation of color #CE4FF2: hue angle of 286.75º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4FF2 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 79 | 242 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.05 |
| HSL | 286.75º | 0.86% | 0.63% | - |
| HSV(B) | 286.75º | 0.67% | 0.95% | - |
| XYZ | 44.28 | 25.12 | 86.52 | - |
| YUV | 135.56 | 188.08 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 242 | 0.15 | 0.67 | 0 | 0.05 | 286.75 | 0.86 | 0.63 |
| Hex | CE | 4F | F2 | F | 43 | 0 | 5 | 11F | 56 | 3F |
| Octal | 316 | 117 | 362 | 17 | 103 | 0 | 5 | 437 | 126 | 77 |
| Binary | 11001110 | 1001111 | 11110010 | 1111 | 1000011 | 0 | 101 | 100011111 | 1010110 | 111111 |
Color Harmonies of #CE4FF2
Complementary color
Monochromatic Colors of #CE4FF2
Black with #CE4FF2
Text Example
Text Example
White with #CE4FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4FF2; }
p { color: rgb(206,79,242); }
H1.HeaderClassName
{
color: #CE4FF2;
}
.AnyTagClassName
{
color: #CE4FF2;
}
</style>
background-color css
<style>
a { background-color: #CE4FF2; }
a { background-color: rgb(206,79,242); }
div.DivClassName
{
background-color: #CE4FF2;
}
.BgClassName
{
background-color: #CE4FF2;
}
</style>
border-color css
<style>
span { border-color: #CE4FF2; }
span { border-color: rgb(206,79,242); }
td.TdClassName
{
border-color: #CE4FF2;
}
.TagClassName
{
border-color: #CE4FF2;
}
</style>