Html Css Color HEX #C241ED Medium Orchid

📋 copy color: '#C241ED'

red 194 ◦ green 65 ◦ blue 237

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

Shades of Medium Orchid #C241ED

Tints of Medium Orchid #C241ED

RGB

 RED value IS 194 (76.17% from 255) = 39.11%

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 39.11%
G = 13.1%
B = 47.78%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C241ED (or 0xC241ED) is known color: Medium Orchid. HEX triplet: C2, 41 and ED. RGB value is (194,65,237). Sum of RGB (Red+Green+Blue) = 194+65+237=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #C241ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241ED is #3DBE12. Grayscale: #7A7A7A. Windows color (decimal): -4046355 or 15548866. OLE color: 15548866.

HSL color Cylindrical-coordinate representation of color #C241ED: hue angle of 285º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C241ED is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 65 237 -
CMYK 0.18 0.73 0 0.07
HSL 285º 0.83% 0.59% -
HSV(B) 285º 0.73% 0.93% -
XYZ 39.42 21.36 82.17 -
YUV 123.18 192.24 178.51 -
System Red Green Blue C M Y K H S L
Decimal 194 65 237 0.18 0.73 0 0.07 285 0.83 0.59
Hex C2 41 ED 12 49 0 7 11D 53 3B
Octal 302 101 355 22 111 0 7 435 123 73
Binary 11000010 1000001 11101101 10010 1001001 0 111 100011101 1010011 111011

Color Harmonies of #C241ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241ED

Black with #C241ED

Text Example


Text Example

White with #C241ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241ED; }

 p { color: rgb(194,65,237); }

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

background-color css

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

 a { background-color: rgb(194,65,237); }

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

border-color css

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

 span { border-color: rgb(194,65,237); }

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