Html Css Color HEX #C441EA Medium Orchid

📋 copy color: '#C441EA'

red 196 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #C441EA

Tints of Medium Orchid #C441EA

RGB

 RED value IS 196 (76.95% from 255) = 39.6%

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 39.6%
G = 13.13%
B = 47.27%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C441EA (or 0xC441EA) is known color: Medium Orchid. HEX triplet: C4, 41 and EA. RGB value is (196,65,234). Sum of RGB (Red+Green+Blue) = 196+65+234=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #C441EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441EA is #3BBE15. Grayscale: #7A7A7A. Windows color (decimal): -3915286 or 15352260. OLE color: 15352260.

HSL color Cylindrical-coordinate representation of color #C441EA: hue angle of 286.51º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C441EA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 65 234 -
CMYK 0.16 0.72 0 0.08
HSL 286.51º 0.8% 0.59% -
HSV(B) 286.51º 0.72% 0.92% -
XYZ 39.51 21.46 79.9 -
YUV 123.44 190.4 179.76 -
System Red Green Blue C M Y K H S L
Decimal 196 65 234 0.16 0.72 0 0.08 286.51 0.8 0.59
Hex C4 41 EA 10 48 0 8 11F 50 3B
Octal 304 101 352 20 110 0 10 437 120 73
Binary 11000100 1000001 11101010 10000 1001000 0 1000 100011111 1010000 111011

Color Harmonies of #C441EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C441EA

Black with #C441EA

Text Example


Text Example

White with #C441EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C441EA; }

 p { color: rgb(196,65,234); }

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

background-color css

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

 a { background-color: rgb(196,65,234); }

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

border-color css

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

 span { border-color: rgb(196,65,234); }

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