Html Css Color HEX #C241EF Medium Orchid

📋 copy color: '#C241EF'

red 194 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #C241EF

Tints of Medium Orchid #C241EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 38.96%
G = 13.05%
B = 47.99%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C241EF (or 0xC241EF) is known color: Medium Orchid. HEX triplet: C2, 41 and EF. RGB value is (194,65,239). Sum of RGB (Red+Green+Blue) = 194+65+239=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 65 (25.78% from 255 or 13.05% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #C241EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241EF is #3DBE10. Grayscale: #7A7A7A. Windows color (decimal): -4046353 or 15679938. OLE color: 15679938.

HSL color Cylindrical-coordinate representation of color #C241EF: hue angle of 284.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C241EF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 65 239 -
CMYK 0.19 0.73 0 0.06
HSL 284.48º 0.84% 0.6% -
HSV(B) 284.48º 0.73% 0.94% -
XYZ 39.72 21.48 83.71 -
YUV 123.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 194 65 239 0.19 0.73 0 0.06 284.48 0.84 0.6
Hex C2 41 EF 13 49 0 6 11C 54 3C
Octal 302 101 357 23 111 0 6 434 124 74
Binary 11000010 1000001 11101111 10011 1001001 0 110 100011100 1010100 111100

Color Harmonies of #C241EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C241EF

Black with #C241EF

Text Example


Text Example

White with #C241EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C241EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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