Shades of Medium Orchid #CE34F7
Tints of Medium Orchid #CE34F7
RGB
CMYK
RGB Variations
Color information
#CE34F7 (or 0xCE34F7) is known color: Medium Orchid. HEX triplet: CE, 34 and F7. RGB value is (206,52,247). Sum of RGB (Red+Green+Blue) = 206+52+247=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #CE34F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34F7 is #31CB08. Grayscale: #777777. Windows color (decimal): -3263241 or 16200910. OLE color: 16200910.
HSL color Cylindrical-coordinate representation of color #CE34F7: hue angle of 287.38º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE34F7 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 52 | 247 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.03 |
| HSL | 287.38º | 0.92% | 0.59% | - |
| HSV(B) | 287.38º | 0.79% | 0.97% | - |
| XYZ | 43.47 | 22.29 | 90.01 | - |
| YUV | 120.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 247 | 0.17 | 0.79 | 0 | 0.03 | 287.38 | 0.92 | 0.59 |
| Hex | CE | 34 | F7 | 11 | 4F | 0 | 3 | 11F | 5C | 3B |
| Octal | 316 | 64 | 367 | 21 | 117 | 0 | 3 | 437 | 134 | 73 |
| Binary | 11001110 | 110100 | 11110111 | 10001 | 1001111 | 0 | 11 | 100011111 | 1011100 | 111011 |
Color Harmonies of #CE34F7
Complementary color
Monochromatic Colors of #CE34F7
Black with #CE34F7
Text Example
Text Example
White with #CE34F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34F7; }
p { color: rgb(206,52,247); }
H1.HeaderClassName
{
color: #CE34F7;
}
.AnyTagClassName
{
color: #CE34F7;
}
</style>
background-color css
<style>
a { background-color: #CE34F7; }
a { background-color: rgb(206,52,247); }
div.DivClassName
{
background-color: #CE34F7;
}
.BgClassName
{
background-color: #CE34F7;
}
</style>
border-color css
<style>
span { border-color: #CE34F7; }
span { border-color: rgb(206,52,247); }
td.TdClassName
{
border-color: #CE34F7;
}
.TagClassName
{
border-color: #CE34F7;
}
</style>