Shades of Medium Orchid #CE42FD
Tints of Medium Orchid #CE42FD
RGB
CMYK
RGB Variations
Color information
#CE42FD (or 0xCE42FD) is known color: Medium Orchid. HEX triplet: CE, 42 and FD. RGB value is (206,66,253). Sum of RGB (Red+Green+Blue) = 206+66+253=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE42FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42FD is #31BD02. Grayscale: #808080. Windows color (decimal): -3259651 or 16597710. OLE color: 16597710.
HSL color Cylindrical-coordinate representation of color #CE42FD: hue angle of 284.92º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE42FD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 66 | 253 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.01 |
| HSL | 284.92º | 0.98% | 0.63% | - |
| HSV(B) | 284.92º | 0.74% | 0.99% | - |
| XYZ | 45.13 | 24.11 | 95.2 | - |
| YUV | 129.18 | 197.88 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 253 | 0.19 | 0.74 | 0 | 0.01 | 284.92 | 0.98 | 0.63 |
| Hex | CE | 42 | FD | 13 | 4A | 0 | 1 | 11D | 62 | 3F |
| Octal | 316 | 102 | 375 | 23 | 112 | 0 | 1 | 435 | 142 | 77 |
| Binary | 11001110 | 1000010 | 11111101 | 10011 | 1001010 | 0 | 1 | 100011101 | 1100010 | 111111 |
Color Harmonies of #CE42FD
Complementary color
Monochromatic Colors of #CE42FD
Black with #CE42FD
Text Example
Text Example
White with #CE42FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42FD; }
p { color: rgb(206,66,253); }
H1.HeaderClassName
{
color: #CE42FD;
}
.AnyTagClassName
{
color: #CE42FD;
}
</style>
background-color css
<style>
a { background-color: #CE42FD; }
a { background-color: rgb(206,66,253); }
div.DivClassName
{
background-color: #CE42FD;
}
.BgClassName
{
background-color: #CE42FD;
}
</style>
border-color css
<style>
span { border-color: #CE42FD; }
span { border-color: rgb(206,66,253); }
td.TdClassName
{
border-color: #CE42FD;
}
.TagClassName
{
border-color: #CE42FD;
}
</style>