Html Css Color HEX #CE47D6 Medium Orchid

📋 copy color: '#CE47D6'

red 206 ◦ green 71 ◦ blue 214

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

Shades of Medium Orchid #CE47D6

Tints of Medium Orchid #CE47D6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.46%

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

R = 41.96%
G = 14.46%
B = 43.58%

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

#CE47D6 (or 0xCE47D6) is known color: Medium Orchid. HEX triplet: CE, 47 and D6. RGB value is (206,71,214). Sum of RGB (Red+Green+Blue) = 206+71+214=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE47D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47D6 is #31B829. Grayscale: #7F7F7F. Windows color (decimal): -3258410 or 14043086. OLE color: 14043086.

HSL color Cylindrical-coordinate representation of color #CE47D6: hue angle of 296.64º 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 #CE47D6 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 71 214 -
CMYK 0.04 0.67 0 0.16
HSL 296.64º 0.64% 0.56% -
HSV(B) 296.64º 0.67% 0.84% -
XYZ 39.84 22.48 65.86 -
YUV 127.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 206 71 214 0.04 0.67 0 0.16 296.64 0.64 0.56
Hex CE 47 D6 4 43 0 10 129 40 38
Octal 316 107 326 4 103 0 20 451 100 70
Binary 11001110 1000111 11010110 100 1000011 0 10000 100101001 1000000 111000

Color Harmonies of #CE47D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE47D6

Black with #CE47D6

Text Example


Text Example

White with #CE47D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE47D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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