Html Css Color HEX #CE47F0 Medium Orchid

📋 copy color: '#CE47F0'

red 206 ◦ green 71 ◦ blue 240

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

Shades of Medium Orchid #CE47F0

Tints of Medium Orchid #CE47F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.42%

R = 39.85%
G = 13.73%
B = 46.42%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE47F0 (or 0xCE47F0) is known color: Medium Orchid. HEX triplet: CE, 47 and F0. RGB value is (206,71,240). Sum of RGB (Red+Green+Blue) = 206+71+240=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE47F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE47F0 is #31B80F. Grayscale: #828282. Windows color (decimal): -3258384 or 15747022. OLE color: 15747022.

HSL color Cylindrical-coordinate representation of color #CE47F0: hue angle of 287.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE47F0 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 71 240 -
CMYK 0.14 0.70 0 0.06
HSL 287.93º 0.85% 0.61% -
HSV(B) 287.93º 0.7% 0.94% -
XYZ 43.44 23.92 84.77 -
YUV 130.63 189.73 181.76 -
System Red Green Blue C M Y K H S L
Decimal 206 71 240 0.14 0.70 0 0.06 287.93 0.85 0.61
Hex CE 47 F0 E 46 0 6 120 55 3D
Octal 316 107 360 16 106 0 6 440 125 75
Binary 11001110 1000111 11110000 1110 1000110 0 110 100100000 1010101 111101

Color Harmonies of #CE47F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE47F0

Black with #CE47F0

Text Example


Text Example

White with #CE47F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE47F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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