Html Css Color HEX #CE47F6 Medium Orchid

📋 copy color: '#CE47F6'

red 206 ◦ green 71 ◦ blue 246

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

Shades of Medium Orchid #CE47F6

Tints of Medium Orchid #CE47F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.04%

R = 39.39%
G = 13.58%
B = 47.04%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE47F6 (or 0xCE47F6) is known color: Medium Orchid. HEX triplet: CE, 47 and F6. RGB value is (206,71,246). Sum of RGB (Red+Green+Blue) = 206+71+246=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE47F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE47F6 is #31B809. Grayscale: #828282. Windows color (decimal): -3258378 or 16140238. OLE color: 16140238.

HSL color Cylindrical-coordinate representation of color #CE47F6: hue angle of 286.29º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE47F6 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 71 246 -
CMYK 0.16 0.71 0 0.04
HSL 286.29º 0.91% 0.62% -
HSV(B) 286.29º 0.71% 0.96% -
XYZ 44.34 24.28 89.54 -
YUV 131.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 206 71 246 0.16 0.71 0 0.04 286.29 0.91 0.62
Hex CE 47 F6 10 47 0 4 11E 5B 3E
Octal 316 107 366 20 107 0 4 436 133 76
Binary 11001110 1000111 11110110 10000 1000111 0 100 100011110 1011011 111110

Color Harmonies of #CE47F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE47F6

Black with #CE47F6

Text Example


Text Example

White with #CE47F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE47F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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