Html Css Color HEX #CE40E1 Medium Orchid

📋 copy color: '#CE40E1'

red 206 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #CE40E1

Tints of Medium Orchid #CE40E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.45%

R = 41.62%
G = 12.93%
B = 45.45%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE40E1 (or 0xCE40E1) is known color: Medium Orchid. HEX triplet: CE, 40 and E1. RGB value is (206,64,225). Sum of RGB (Red+Green+Blue) = 206+64+225=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40E1 is #31BF1E. Grayscale: #7C7C7C. Windows color (decimal): -3260191 or 14762190. OLE color: 14762190.

HSL color Cylindrical-coordinate representation of color #CE40E1: hue angle of 292.92º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE40E1 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 64 225 -
CMYK 0.08 0.72 0 0.12
HSL 292.92º 0.73% 0.57% -
HSV(B) 292.92º 0.72% 0.88% -
XYZ 40.88 22.22 73.37 -
YUV 124.81 184.54 185.91 -
System Red Green Blue C M Y K H S L
Decimal 206 64 225 0.08 0.72 0 0.12 292.92 0.73 0.57
Hex CE 40 E1 8 48 0 C 125 49 39
Octal 316 100 341 10 110 0 14 445 111 71
Binary 11001110 1000000 11100001 1000 1001000 0 1100 100100101 1001001 111001

Color Harmonies of #CE40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40E1

Black with #CE40E1

Text Example


Text Example

White with #CE40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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