Html Css Color HEX #CE46D6 Medium Orchid

📋 copy color: '#CE46D6'

red 206 ◦ green 70 ◦ blue 214

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

Shades of Medium Orchid #CE46D6

Tints of Medium Orchid #CE46D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 42.04%
G = 14.29%
B = 43.67%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE46D6 (or 0xCE46D6) is known color: Medium Orchid. HEX triplet: CE, 46 and D6. RGB value is (206,70,214). Sum of RGB (Red+Green+Blue) = 206+70+214=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE46D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46D6 is #31B929. Grayscale: #7E7E7E. Windows color (decimal): -3258666 or 14042830. OLE color: 14042830.

HSL color Cylindrical-coordinate representation of color #CE46D6: hue angle of 296.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE46D6 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 70 214 -
CMYK 0.04 0.67 0 0.16
HSL 296.67º 0.64% 0.56% -
HSV(B) 296.67º 0.67% 0.84% -
XYZ 39.78 22.36 65.84 -
YUV 127.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 206 70 214 0.04 0.67 0 0.16 296.67 0.64 0.56
Hex CE 46 D6 4 43 0 10 129 40 38
Octal 316 106 326 4 103 0 20 451 100 70
Binary 11001110 1000110 11010110 100 1000011 0 10000 100101001 1000000 111000

Color Harmonies of #CE46D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE46D6

Black with #CE46D6

Text Example


Text Example

White with #CE46D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE46D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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