Html Css Color HEX #CE46DC Medium Orchid

📋 copy color: '#CE46DC'

red 206 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #CE46DC

Tints of Medium Orchid #CE46DC

RGB

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

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

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

R = 41.53%
G = 14.11%
B = 44.35%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE46DC (or 0xCE46DC) is known color: Medium Orchid. HEX triplet: CE, 46 and DC. RGB value is (206,70,220). Sum of RGB (Red+Green+Blue) = 206+70+220=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46DC is #31B923. Grayscale: #7F7F7F. Windows color (decimal): -3258660 or 14436046. OLE color: 14436046.

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

Color convert

RGB 206 70 220 -
CMYK 0.06 0.68 0 0.14
HSL 294.4º 0.68% 0.57% -
HSV(B) 294.4º 0.68% 0.86% -
XYZ 40.56 22.67 69.95 -
YUV 127.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 206 70 220 0.06 0.68 0 0.14 294.4 0.68 0.57
Hex CE 46 DC 6 44 0 E 126 44 39
Octal 316 106 334 6 104 0 16 446 104 71
Binary 11001110 1000110 11011100 110 1000100 0 1110 100100110 1000100 111001

Color Harmonies of #CE46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46DC

Black with #CE46DC

Text Example


Text Example

White with #CE46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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