Html Css Color HEX #CE58ED Medium Orchid

📋 copy color: '#CE58ED'

red 206 ◦ green 88 ◦ blue 237

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

Shades of Medium Orchid #CE58ED

Tints of Medium Orchid #CE58ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.63%

R = 38.79%
G = 16.57%
B = 44.63%

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

#CE58ED (or 0xCE58ED) is known color: Medium Orchid. HEX triplet: CE, 58 and ED. RGB value is (206,88,237). Sum of RGB (Red+Green+Blue) = 206+88+237=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE58ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58ED is #31A712. Grayscale: #8B8B8B. Windows color (decimal): -3254035 or 15554766. OLE color: 15554766.

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

Color convert

RGB 206 88 237 -
CMYK 0.13 0.63 0 0.07
HSL 287.52º 0.81% 0.64% -
HSV(B) 287.52º 0.63% 0.93% -
XYZ 44.23 26.22 82.85 -
YUV 140.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 206 88 237 0.13 0.63 0 0.07 287.52 0.81 0.64
Hex CE 58 ED D 3F 0 7 120 51 40
Octal 316 130 355 15 77 0 7 440 121 100
Binary 11001110 1011000 11101101 1101 111111 0 111 100100000 1010001 1000000

Color Harmonies of #CE58ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58ED

Black with #CE58ED

Text Example


Text Example

White with #CE58ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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