Html Css Color HEX #CE38F0 Medium Orchid

📋 copy color: '#CE38F0'

red 206 ◦ green 56 ◦ blue 240

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

Shades of Medium Orchid #CE38F0

Tints of Medium Orchid #CE38F0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.16%

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

R = 41.04%
G = 11.16%
B = 47.81%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE38F0 (or 0xCE38F0) is known color: Medium Orchid. HEX triplet: CE, 38 and F0. RGB value is (206,56,240). Sum of RGB (Red+Green+Blue) = 206+56+240=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE38F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38F0 is #31C70F. Grayscale: #797979. Windows color (decimal): -3262224 or 15743182. OLE color: 15743182.

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

Color convert

RGB 206 56 240 -
CMYK 0.14 0.77 0 0.06
HSL 288.91º 0.86% 0.58% -
HSV(B) 288.91º 0.77% 0.94% -
XYZ 42.6 22.24 84.49 -
YUV 121.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 206 56 240 0.14 0.77 0 0.06 288.91 0.86 0.58
Hex CE 38 F0 E 4D 0 6 121 56 3A
Octal 316 70 360 16 115 0 6 441 126 72
Binary 11001110 111000 11110000 1110 1001101 0 110 100100001 1010110 111010

Color Harmonies of #CE38F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38F0

Black with #CE38F0

Text Example


Text Example

White with #CE38F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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