Html Css Color HEX #CE46EE Medium Orchid

📋 copy color: '#CE46EE'

red 206 ◦ green 70 ◦ blue 238

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

Shades of Medium Orchid #CE46EE

Tints of Medium Orchid #CE46EE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.62%

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

R = 40.08%
G = 13.62%
B = 46.3%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE46EE (or 0xCE46EE) is known color: Medium Orchid. HEX triplet: CE, 46 and EE. RGB value is (206,70,238). Sum of RGB (Red+Green+Blue) = 206+70+238=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE46EE is #31B911. Grayscale: #818181. Windows color (decimal): -3258642 or 15615694. OLE color: 15615694.

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

Color convert

RGB 206 70 238 -
CMYK 0.13 0.71 0 0.07
HSL 288.57º 0.83% 0.6% -
HSV(B) 288.57º 0.71% 0.93% -
XYZ 43.08 23.68 83.19 -
YUV 129.82 189.06 182.34 -
System Red Green Blue C M Y K H S L
Decimal 206 70 238 0.13 0.71 0 0.07 288.57 0.83 0.6
Hex CE 46 EE D 47 0 7 121 53 3C
Octal 316 106 356 15 107 0 7 441 123 74
Binary 11001110 1000110 11101110 1101 1000111 0 111 100100001 1010011 111100

Color Harmonies of #CE46EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46EE

Black with #CE46EE

Text Example


Text Example

White with #CE46EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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