Html Css Color HEX #CE57EA Medium Orchid

📋 copy color: '#CE57EA'

red 206 ◦ green 87 ◦ blue 234

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

Shades of Medium Orchid #CE57EA

Tints of Medium Orchid #CE57EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.51%

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 39.09%
G = 16.51%
B = 44.4%

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

#CE57EA (or 0xCE57EA) is known color: Medium Orchid. HEX triplet: CE, 57 and EA. RGB value is (206,87,234). Sum of RGB (Red+Green+Blue) = 206+87+234=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE57EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57EA is #31A815. Grayscale: #8A8A8A. Windows color (decimal): -3254294 or 15357902. OLE color: 15357902.

HSL color Cylindrical-coordinate representation of color #CE57EA: hue angle of 288.57º degrees, saturation: 0.78, 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 #CE57EA is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 87 234 -
CMYK 0.12 0.63 0 0.08
HSL 288.57º 0.78% 0.63% -
HSV(B) 288.57º 0.63% 0.92% -
XYZ 43.71 25.88 80.53 -
YUV 139.34 181.42 175.55 -
System Red Green Blue C M Y K H S L
Decimal 206 87 234 0.12 0.63 0 0.08 288.57 0.78 0.63
Hex CE 57 EA C 3F 0 8 121 4E 3F
Octal 316 127 352 14 77 0 10 441 116 77
Binary 11001110 1010111 11101010 1100 111111 0 1000 100100001 1001110 111111

Color Harmonies of #CE57EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE57EA

Black with #CE57EA

Text Example


Text Example

White with #CE57EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE57EA; }

 p { color: rgb(206,87,234); }

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

background-color css

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

 a { background-color: rgb(206,87,234); }

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

border-color css

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

 span { border-color: rgb(206,87,234); }

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