Html Css Color HEX #CE58EE Medium Orchid

📋 copy color: '#CE58EE'

red 206 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #CE58EE

Tints of Medium Orchid #CE58EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.74%

R = 38.72%
G = 16.54%
B = 44.74%

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

#CE58EE (or 0xCE58EE) is known color: Medium Orchid. HEX triplet: CE, 58 and EE. RGB value is (206,88,238). Sum of RGB (Red+Green+Blue) = 206+88+238=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58EE is #31A711. Grayscale: #8B8B8B. Windows color (decimal): -3254034 or 15620302. OLE color: 15620302.

HSL color Cylindrical-coordinate representation of color #CE58EE: hue angle of 287.2º degrees, saturation: 0.82, 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 #CE58EE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 88 238 -
CMYK 0.13 0.63 0 0.07
HSL 287.2º 0.82% 0.64% -
HSV(B) 287.2º 0.63% 0.93% -
XYZ 44.38 26.27 83.62 -
YUV 140.38 183.09 174.8 -
System Red Green Blue C M Y K H S L
Decimal 206 88 238 0.13 0.63 0 0.07 287.2 0.82 0.64
Hex CE 58 EE D 3F 0 7 11F 52 40
Octal 316 130 356 15 77 0 7 437 122 100
Binary 11001110 1011000 11101110 1101 111111 0 111 100011111 1010010 1000000

Color Harmonies of #CE58EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58EE

Black with #CE58EE

Text Example


Text Example

White with #CE58EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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