Html Css Color HEX #CE3AEE Medium Orchid

📋 copy color: '#CE3AEE'

red 206 ◦ green 58 ◦ blue 238

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

Shades of Medium Orchid #CE3AEE

Tints of Medium Orchid #CE3AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.55%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 41.04%
G = 11.55%
B = 47.41%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE3AEE (or 0xCE3AEE) is known color: Medium Orchid. HEX triplet: CE, 3A and EE. RGB value is (206,58,238). Sum of RGB (Red+Green+Blue) = 206+58+238=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE3AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AEE is #31C511. Grayscale: #7A7A7A. Windows color (decimal): -3261714 or 15612622. OLE color: 15612622.

HSL color Cylindrical-coordinate representation of color #CE3AEE: hue angle of 289.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3AEE is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 58 238 -
CMYK 0.13 0.76 0 0.07
HSL 289.33º 0.84% 0.58% -
HSV(B) 289.33º 0.76% 0.93% -
XYZ 42.4 22.32 82.96 -
YUV 122.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 206 58 238 0.13 0.76 0 0.07 289.33 0.84 0.58
Hex CE 3A EE D 4C 0 7 121 54 3A
Octal 316 72 356 15 114 0 7 441 124 72
Binary 11001110 111010 11101110 1101 1001100 0 111 100100001 1010100 111010

Color Harmonies of #CE3AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AEE

Black with #CE3AEE

Text Example


Text Example

White with #CE3AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AEE; }

 p { color: rgb(206,58,238); }

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

background-color css

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

 a { background-color: rgb(206,58,238); }

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

border-color css

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

 span { border-color: rgb(206,58,238); }

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