Html Css Color HEX #CE48EA Medium Orchid

📋 copy color: '#CE48EA'

red 206 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #CE48EA

Tints of Medium Orchid #CE48EA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.06%

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

R = 40.23%
G = 14.06%
B = 45.7%

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

#CE48EA (or 0xCE48EA) is known color: Medium Orchid. HEX triplet: CE, 48 and EA. RGB value is (206,72,234). Sum of RGB (Red+Green+Blue) = 206+72+234=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE48EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48EA is #31B715. Grayscale: #828282. Windows color (decimal): -3258134 or 15354062. OLE color: 15354062.

HSL color Cylindrical-coordinate representation of color #CE48EA: hue angle of 289.63º 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 #CE48EA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 72 234 -
CMYK 0.12 0.69 0 0.08
HSL 289.63º 0.79% 0.6% -
HSV(B) 289.63º 0.69% 0.92% -
XYZ 42.62 23.7 80.17 -
YUV 130.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 206 72 234 0.12 0.69 0 0.08 289.63 0.79 0.6
Hex CE 48 EA C 45 0 8 122 4F 3C
Octal 316 110 352 14 105 0 10 442 117 74
Binary 11001110 1001000 11101010 1100 1000101 0 1000 100100010 1001111 111100

Color Harmonies of #CE48EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48EA

Black with #CE48EA

Text Example


Text Example

White with #CE48EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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