Html Css Color HEX #CE32E0 Medium Orchid

📋 copy color: '#CE32E0'

red 206 ◦ green 50 ◦ blue 224

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

Shades of Medium Orchid #CE32E0

Tints of Medium Orchid #CE32E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.67%

R = 42.92%
G = 10.42%
B = 46.67%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE32E0 (or 0xCE32E0) is known color: Medium Orchid. HEX triplet: CE, 32 and E0. RGB value is (206,50,224). Sum of RGB (Red+Green+Blue) = 206+50+224=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE32E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32E0 is #31CD1F. Grayscale: #737373. Windows color (decimal): -3263776 or 14693070. OLE color: 14693070.

HSL color Cylindrical-coordinate representation of color #CE32E0: hue angle of 293.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE32E0 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 50 224 -
CMYK 0.08 0.78 0 0.12
HSL 293.79º 0.74% 0.54% -
HSV(B) 293.79º 0.78% 0.88% -
XYZ 40.05 20.78 72.42 -
YUV 116.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 206 50 224 0.08 0.78 0 0.12 293.79 0.74 0.54
Hex CE 32 E0 8 4E 0 C 126 4A 36
Octal 316 62 340 10 116 0 14 446 112 66
Binary 11001110 110010 11100000 1000 1001110 0 1100 100100110 1001010 110110

Color Harmonies of #CE32E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32E0

Black with #CE32E0

Text Example


Text Example

White with #CE32E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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