Html Css Color HEX #CE47EA Medium Orchid

📋 copy color: '#CE47EA'

red 206 ◦ green 71 ◦ blue 234

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

Shades of Medium Orchid #CE47EA

Tints of Medium Orchid #CE47EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 40.31%
G = 13.89%
B = 45.79%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE47EA (or 0xCE47EA) is known color: Medium Orchid. HEX triplet: CE, 47 and EA. RGB value is (206,71,234). Sum of RGB (Red+Green+Blue) = 206+71+234=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 71 (28.12% from 255 or 13.89% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE47EA is #31B815. Grayscale: #818181. Windows color (decimal): -3258390 or 15353806. OLE color: 15353806.

HSL color Cylindrical-coordinate representation of color #CE47EA: hue angle of 289.69º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE47EA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 71 234 -
CMYK 0.12 0.70 0 0.08
HSL 289.69º 0.8% 0.6% -
HSV(B) 289.69º 0.7% 0.92% -
XYZ 42.56 23.57 80.15 -
YUV 129.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 206 71 234 0.12 0.70 0 0.08 289.69 0.8 0.6
Hex CE 47 EA C 46 0 8 122 50 3C
Octal 316 107 352 14 106 0 10 442 120 74
Binary 11001110 1000111 11101010 1100 1000110 0 1000 100100010 1010000 111100

Color Harmonies of #CE47EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE47EA

Black with #CE47EA

Text Example


Text Example

White with #CE47EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE47EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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