Html Css Color HEX #CE47E6 Medium Orchid

📋 copy color: '#CE47E6'

red 206 ◦ green 71 ◦ blue 230

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

Shades of Medium Orchid #CE47E6

Tints of Medium Orchid #CE47E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.36%

R = 40.63%
G = 14%
B = 45.36%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE47E6 (or 0xCE47E6) is known color: Medium Orchid. HEX triplet: CE, 47 and E6. RGB value is (206,71,230). Sum of RGB (Red+Green+Blue) = 206+71+230=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE47E6 is #31B819. Grayscale: #808080. Windows color (decimal): -3258394 or 15091662. OLE color: 15091662.

HSL color Cylindrical-coordinate representation of color #CE47E6: hue angle of 290.94º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE47E6 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 71 230 -
CMYK 0.10 0.69 0 0.10
HSL 290.94º 0.76% 0.59% -
HSV(B) 290.94º 0.69% 0.9% -
XYZ 41.99 23.34 77.16 -
YUV 129.49 184.73 182.57 -
System Red Green Blue C M Y K H S L
Decimal 206 71 230 0.10 0.69 0 0.10 290.94 0.76 0.59
Hex CE 47 E6 A 45 0 A 123 4C 3B
Octal 316 107 346 12 105 0 12 443 114 73
Binary 11001110 1000111 11100110 1010 1000101 0 1010 100100011 1001100 111011

Color Harmonies of #CE47E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE47E6

Black with #CE47E6

Text Example


Text Example

White with #CE47E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE47E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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