Html Css Color HEX #CE2EDC Medium Orchid

📋 copy color: '#CE2EDC'

red 206 ◦ green 46 ◦ blue 220

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

Shades of Medium Orchid #CE2EDC

Tints of Medium Orchid #CE2EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.75%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 43.64%
G = 9.75%
B = 46.61%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE2EDC (or 0xCE2EDC) is known color: Medium Orchid. HEX triplet: CE, 2E and DC. RGB value is (206,46,220). Sum of RGB (Red+Green+Blue) = 206+46+220=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2EDC is #31D123. Grayscale: #717171. Windows color (decimal): -3264804 or 14429902. OLE color: 14429902.

HSL color Cylindrical-coordinate representation of color #CE2EDC: hue angle of 295.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2EDC is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 46 220 -
CMYK 0.06 0.79 0 0.14
HSL 295.17º 0.71% 0.52% -
HSV(B) 295.17º 0.79% 0.86% -
XYZ 39.35 20.24 69.54 -
YUV 113.68 188.01 193.85 -
System Red Green Blue C M Y K H S L
Decimal 206 46 220 0.06 0.79 0 0.14 295.17 0.71 0.52
Hex CE 2E DC 6 4F 0 E 127 47 34
Octal 316 56 334 6 117 0 16 447 107 64
Binary 11001110 101110 11011100 110 1001111 0 1110 100100111 1000111 110100

Color Harmonies of #CE2EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2EDC

Black with #CE2EDC

Text Example


Text Example

White with #CE2EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2EDC; }

 p { color: rgb(206,46,220); }

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

background-color css

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

 a { background-color: rgb(206,46,220); }

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

border-color css

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

 span { border-color: rgb(206,46,220); }

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