Html Css Color HEX #CE57F0 Medium Orchid

📋 copy color: '#CE57F0'

red 206 ◦ green 87 ◦ blue 240

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

Shades of Medium Orchid #CE57F0

Tints of Medium Orchid #CE57F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.03%

R = 38.65%
G = 16.32%
B = 45.03%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE57F0 (or 0xCE57F0) is known color: Medium Orchid. HEX triplet: CE, 57 and F0. RGB value is (206,87,240). Sum of RGB (Red+Green+Blue) = 206+87+240=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE57F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE57F0 is #31A80F. Grayscale: #8B8B8B. Windows color (decimal): -3254288 or 15751118. OLE color: 15751118.

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

Color convert

RGB 206 87 240 -
CMYK 0.14 0.64 0 0.06
HSL 286.67º 0.84% 0.64% -
HSV(B) 286.67º 0.64% 0.94% -
XYZ 44.59 26.23 85.15 -
YUV 140.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 206 87 240 0.14 0.64 0 0.06 286.67 0.84 0.64
Hex CE 57 F0 E 40 0 6 11F 54 40
Octal 316 127 360 16 100 0 6 437 124 100
Binary 11001110 1010111 11110000 1110 1000000 0 110 100011111 1010100 1000000

Color Harmonies of #CE57F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE57F0

Black with #CE57F0

Text Example


Text Example

White with #CE57F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE57F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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