Html Css Color HEX #CE49EA Medium Orchid

📋 copy color: '#CE49EA'

red 206 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #CE49EA

Tints of Medium Orchid #CE49EA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.23%

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

R = 40.16%
G = 14.23%
B = 45.61%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE49EA (or 0xCE49EA) is known color: Medium Orchid. HEX triplet: CE, 49 and EA. RGB value is (206,73,234). Sum of RGB (Red+Green+Blue) = 206+73+234=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE49EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE49EA is #31B615. Grayscale: #828282. Windows color (decimal): -3257878 or 15354318. OLE color: 15354318.

HSL color Cylindrical-coordinate representation of color #CE49EA: hue angle of 289.57º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE49EA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 73 234 -
CMYK 0.12 0.69 0 0.08
HSL 289.57º 0.79% 0.6% -
HSV(B) 289.57º 0.69% 0.92% -
XYZ 42.69 23.83 80.19 -
YUV 131.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 206 73 234 0.12 0.69 0 0.08 289.57 0.79 0.6
Hex CE 49 EA C 45 0 8 122 4F 3C
Octal 316 111 352 14 105 0 10 442 117 74
Binary 11001110 1001001 11101010 1100 1000101 0 1000 100100010 1001111 111100

Color Harmonies of #CE49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE49EA

Black with #CE49EA

Text Example


Text Example

White with #CE49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE49EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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