Html Css Color HEX #CE32E9 Medium Orchid

📋 copy color: '#CE32E9'

red 206 ◦ green 50 ◦ blue 233

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

Shades of Medium Orchid #CE32E9

Tints of Medium Orchid #CE32E9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.22%

 BLUE value IS 233 (91.41% from 255) = 47.65%

R = 42.13%
G = 10.22%
B = 47.65%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE32E9 (or 0xCE32E9) is known color: Medium Orchid. HEX triplet: CE, 32 and E9. RGB value is (206,50,233). Sum of RGB (Red+Green+Blue) = 206+50+233=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE32E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32E9 is #31CD16. Grayscale: #747474. Windows color (decimal): -3263767 or 15282894. OLE color: 15282894.

HSL color Cylindrical-coordinate representation of color #CE32E9: hue angle of 291.15º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE32E9 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 50 233 -
CMYK 0.12 0.79 0 0.09
HSL 291.15º 0.81% 0.55% -
HSV(B) 291.15º 0.79% 0.91% -
XYZ 41.3 21.29 79.02 -
YUV 117.51 193.18 191.12 -
System Red Green Blue C M Y K H S L
Decimal 206 50 233 0.12 0.79 0 0.09 291.15 0.81 0.55
Hex CE 32 E9 C 4F 0 9 123 51 37
Octal 316 62 351 14 117 0 11 443 121 67
Binary 11001110 110010 11101001 1100 1001111 0 1001 100100011 1010001 110111

Color Harmonies of #CE32E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32E9

Black with #CE32E9

Text Example


Text Example

White with #CE32E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32E9; }

 p { color: rgb(206,50,233); }

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

background-color css

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

 a { background-color: rgb(206,50,233); }

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

border-color css

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

 span { border-color: rgb(206,50,233); }

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