Html Css Color HEX #CE4EDC Medium Orchid

📋 copy color: '#CE4EDC'

red 206 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #CE4EDC

Tints of Medium Orchid #CE4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.48%

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

R = 40.87%
G = 15.48%
B = 43.65%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE4EDC (or 0xCE4EDC) is known color: Medium Orchid. HEX triplet: CE, 4E and DC. RGB value is (206,78,220). Sum of RGB (Red+Green+Blue) = 206+78+220=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EDC is #31B123. Grayscale: #848484. Windows color (decimal): -3256612 or 14438094. OLE color: 14438094.

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

Color convert

RGB 206 78 220 -
CMYK 0.06 0.65 0 0.14
HSL 294.08º 0.67% 0.58% -
HSV(B) 294.08º 0.65% 0.86% -
XYZ 41.1 23.74 70.13 -
YUV 132.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 206 78 220 0.06 0.65 0 0.14 294.08 0.67 0.58
Hex CE 4E DC 6 41 0 E 126 43 3A
Octal 316 116 334 6 101 0 16 446 103 72
Binary 11001110 1001110 11011100 110 1000001 0 1110 100100110 1000011 111010

Color Harmonies of #CE4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EDC

Black with #CE4EDC

Text Example


Text Example

White with #CE4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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