Html Css Color HEX #C241EC Medium Orchid

📋 copy color: '#C241EC'

red 194 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #C241EC

Tints of Medium Orchid #C241EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 39.19%
G = 13.13%
B = 47.68%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C241EC (or 0xC241EC) is known color: Medium Orchid. HEX triplet: C2, 41 and EC. RGB value is (194,65,236). Sum of RGB (Red+Green+Blue) = 194+65+236=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 65 (25.78% from 255 or 13.13% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #C241EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241EC is #3DBE13. Grayscale: #7A7A7A. Windows color (decimal): -4046356 or 15483330. OLE color: 15483330.

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

Color convert

RGB 194 65 236 -
CMYK 0.18 0.72 0 0.07
HSL 285.26º 0.82% 0.59% -
HSV(B) 285.26º 0.72% 0.93% -
XYZ 39.28 21.31 81.4 -
YUV 123.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 194 65 236 0.18 0.72 0 0.07 285.26 0.82 0.59
Hex C2 41 EC 12 48 0 7 11D 52 3B
Octal 302 101 354 22 110 0 7 435 122 73
Binary 11000010 1000001 11101100 10010 1001000 0 111 100011101 1010010 111011

Color Harmonies of #C241EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241EC

Black with #C241EC

Text Example


Text Example

White with #C241EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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