Html Css Color HEX #CE58EF Medium Orchid

📋 copy color: '#CE58EF'

red 206 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #CE58EF

Tints of Medium Orchid #CE58EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 38.65%
G = 16.51%
B = 44.84%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE58EF (or 0xCE58EF) is known color: Medium Orchid. HEX triplet: CE, 58 and EF. RGB value is (206,88,239). Sum of RGB (Red+Green+Blue) = 206+88+239=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58EF is #31A710. Grayscale: #8C8C8C. Windows color (decimal): -3254033 or 15685838. OLE color: 15685838.

HSL color Cylindrical-coordinate representation of color #CE58EF: hue angle of 286.89º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE58EF is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 88 239 -
CMYK 0.14 0.63 0 0.06
HSL 286.89º 0.83% 0.64% -
HSV(B) 286.89º 0.63% 0.94% -
XYZ 44.52 26.33 84.4 -
YUV 140.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 206 88 239 0.14 0.63 0 0.06 286.89 0.83 0.64
Hex CE 58 EF E 3F 0 6 11F 53 40
Octal 316 130 357 16 77 0 6 437 123 100
Binary 11001110 1011000 11101111 1110 111111 0 110 100011111 1010011 1000000

Color Harmonies of #CE58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58EF

Black with #CE58EF

Text Example


Text Example

White with #CE58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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