Html Css Color HEX #CE40E5 Medium Orchid

📋 copy color: '#CE40E5'

red 206 ◦ green 64 ◦ blue 229

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

Shades of Medium Orchid #CE40E5

Tints of Medium Orchid #CE40E5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.83%

 BLUE value IS 229 (89.84% from 255) = 45.89%

R = 41.28%
G = 12.83%
B = 45.89%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE40E5 (or 0xCE40E5) is known color: Medium Orchid. HEX triplet: CE, 40 and E5. RGB value is (206,64,229). Sum of RGB (Red+Green+Blue) = 206+64+229=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE40E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40E5 is #31BF1A. Grayscale: #7C7C7C. Windows color (decimal): -3260187 or 15024334. OLE color: 15024334.

HSL color Cylindrical-coordinate representation of color #CE40E5: hue angle of 291.64º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE40E5 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 64 229 -
CMYK 0.10 0.72 0 0.10
HSL 291.64º 0.76% 0.57% -
HSV(B) 291.64º 0.72% 0.9% -
XYZ 41.43 22.45 76.28 -
YUV 125.27 186.54 185.58 -
System Red Green Blue C M Y K H S L
Decimal 206 64 229 0.10 0.72 0 0.10 291.64 0.76 0.57
Hex CE 40 E5 A 48 0 A 124 4C 39
Octal 316 100 345 12 110 0 12 444 114 71
Binary 11001110 1000000 11100101 1010 1001000 0 1010 100100100 1001100 111001

Color Harmonies of #CE40E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40E5

Black with #CE40E5

Text Example


Text Example

White with #CE40E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40E5; }

 p { color: rgb(206,64,229); }

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

background-color css

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

 a { background-color: rgb(206,64,229); }

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

border-color css

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

 span { border-color: rgb(206,64,229); }

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