Html Css Color HEX #CE58EB Medium Orchid

📋 copy color: '#CE58EB'

red 206 ◦ green 88 ◦ blue 235

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

Shades of Medium Orchid #CE58EB

Tints of Medium Orchid #CE58EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 38.94%
G = 16.64%
B = 44.42%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE58EB (or 0xCE58EB) is known color: Medium Orchid. HEX triplet: CE, 58 and EB. RGB value is (206,88,235). Sum of RGB (Red+Green+Blue) = 206+88+235=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE58EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58EB is #31A714. Grayscale: #8B8B8B. Windows color (decimal): -3254037 or 15423694. OLE color: 15423694.

HSL color Cylindrical-coordinate representation of color #CE58EB: hue angle of 288.16º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE58EB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 88 235 -
CMYK 0.12 0.63 0 0.08
HSL 288.16º 0.79% 0.63% -
HSV(B) 288.16º 0.63% 0.92% -
XYZ 43.94 26.1 81.32 -
YUV 140.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 206 88 235 0.12 0.63 0 0.08 288.16 0.79 0.63
Hex CE 58 EB C 3F 0 8 120 4F 3F
Octal 316 130 353 14 77 0 10 440 117 77
Binary 11001110 1011000 11101011 1100 111111 0 1000 100100000 1001111 111111

Color Harmonies of #CE58EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58EB

Black with #CE58EB

Text Example


Text Example

White with #CE58EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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