Html Css Color HEX #CE58EC Medium Orchid

📋 copy color: '#CE58EC'

red 206 ◦ green 88 ◦ blue 236

#CE58EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CE58EC

Tints of Medium Orchid #CE58EC

RGB

 RED value IS 206 (80.86% from 255) = 38.87%

 GREEN value IS 88 (34.77% from 255) = 16.6%

 BLUE value IS 236 (92.58% from 255) = 44.53%

R = 38.87%
G = 16.6%
B = 44.53%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE58EC (or 0xCE58EC) is known color: Medium Orchid. HEX triplet: CE, 58 and EC. RGB value is (206,88,236). Sum of RGB (Red+Green+Blue) = 206+88+236=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58EC is #31A713. Grayscale: #8B8B8B. Windows color (decimal): -3254036 or 15489230. OLE color: 15489230.

HSL color Cylindrical-coordinate representation of color #CE58EC: hue angle of 287.84º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE58EC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 88 236 -
CMYK 0.13 0.63 0 0.07
HSL 287.84º 0.8% 0.64% -
HSV(B) 287.84º 0.63% 0.93% -
XYZ 44.08 26.16 82.08 -
YUV 140.15 182.09 174.97 -
System Red Green Blue C M Y K H S L
Decimal 206 88 236 0.13 0.63 0 0.07 287.84 0.8 0.64
Hex CE 58 EC D 3F 0 7 120 50 40
Octal 316 130 354 15 77 0 7 440 120 100
Binary 11001110 1011000 11101100 1101 111111 0 111 100100000 1010000 1000000

Color Harmonies of #CE58EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58EC

Black with #CE58EC

Text Example


Text Example

White with #CE58EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58EC; }

 p { color: rgb(206,88,236); }

 H1.HeaderClassName
 {
   color: #CE58EC;
 }
 .AnyTagClassName
 {
   color: #CE58EC;
 }
</style>

background-color css

<style>
 a { background-color: #CE58EC; }

 a { background-color: rgb(206,88,236); }

 div.DivClassName
 {
   background-color: #CE58EC;
 }
 .BgClassName
 {
   background-color: #CE58EC;
 }
</style>

border-color css

<style>
 span { border-color: #CE58EC; }

 span { border-color: rgb(206,88,236); }

 td.TdClassName
 {
   border-color: #CE58EC;
 }
 .TagClassName
 {
   border-color: #CE58EC;
 }
</style>