Html Css Color HEX #CE54E8 Medium Orchid

📋 copy color: '#CE54E8'

red 206 ◦ green 84 ◦ blue 232

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

Shades of Medium Orchid #CE54E8

Tints of Medium Orchid #CE54E8

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.09%

 BLUE value IS 232 (91.02% from 255) = 44.44%

R = 39.46%
G = 16.09%
B = 44.44%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE54E8 (or 0xCE54E8) is known color: Medium Orchid. HEX triplet: CE, 54 and E8. RGB value is (206,84,232). Sum of RGB (Red+Green+Blue) = 206+84+232=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE54E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE54E8 is #31AB17. Grayscale: #888888. Windows color (decimal): -3255064 or 15226062. OLE color: 15226062.

HSL color Cylindrical-coordinate representation of color #CE54E8: hue angle of 289.46º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE54E8 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 84 232 -
CMYK 0.11 0.64 0 0.09
HSL 289.46º 0.76% 0.62% -
HSV(B) 289.46º 0.64% 0.91% -
XYZ 43.19 25.29 78.95 -
YUV 137.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 206 84 232 0.11 0.64 0 0.09 289.46 0.76 0.62
Hex CE 54 E8 B 40 0 9 121 4C 3E
Octal 316 124 350 13 100 0 11 441 114 76
Binary 11001110 1010100 11101000 1011 1000000 0 1001 100100001 1001100 111110

Color Harmonies of #CE54E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54E8

Black with #CE54E8

Text Example


Text Example

White with #CE54E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54E8; }

 p { color: rgb(206,84,232); }

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

background-color css

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

 a { background-color: rgb(206,84,232); }

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

border-color css

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

 span { border-color: rgb(206,84,232); }

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