Html Css Color HEX #CE41E6 Medium Orchid

📋 copy color: '#CE41E6'

red 206 ◦ green 65 ◦ blue 230

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

Shades of Medium Orchid #CE41E6

Tints of Medium Orchid #CE41E6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.97%

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

R = 41.12%
G = 12.97%
B = 45.91%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE41E6 (or 0xCE41E6) is known color: Medium Orchid. HEX triplet: CE, 41 and E6. RGB value is (206,65,230). Sum of RGB (Red+Green+Blue) = 206+65+230=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 65 (25.78% from 255 or 12.97% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE41E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41E6 is #31BE19. Grayscale: #7D7D7D. Windows color (decimal): -3259930 or 15090126. OLE color: 15090126.

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

Color convert

RGB 206 65 230 -
CMYK 0.10 0.72 0 0.10
HSL 291.27º 0.77% 0.58% -
HSV(B) 291.27º 0.72% 0.9% -
XYZ 41.63 22.62 77.03 -
YUV 125.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 206 65 230 0.10 0.72 0 0.10 291.27 0.77 0.58
Hex CE 41 E6 A 48 0 A 123 4D 3A
Octal 316 101 346 12 110 0 12 443 115 72
Binary 11001110 1000001 11100110 1010 1001000 0 1010 100100011 1001101 111010

Color Harmonies of #CE41E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41E6

Black with #CE41E6

Text Example


Text Example

White with #CE41E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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