Html Css Color HEX #C242F1 Medium Orchid

📋 copy color: '#C242F1'

red 194 ◦ green 66 ◦ blue 241

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

Shades of Medium Orchid #C242F1

Tints of Medium Orchid #C242F1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.17%

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 38.72%
G = 13.17%
B = 48.1%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C242F1 (or 0xC242F1) is known color: Medium Orchid. HEX triplet: C2, 42 and F1. RGB value is (194,66,241). Sum of RGB (Red+Green+Blue) = 194+66+241=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #C242F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C242F1 is #3DBD0E. Grayscale: #7B7B7B. Windows color (decimal): -4046095 or 15811266. OLE color: 15811266.

HSL color Cylindrical-coordinate representation of color #C242F1: hue angle of 283.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C242F1 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 66 241 -
CMYK 0.20 0.73 0 0.05
HSL 283.89º 0.86% 0.6% -
HSV(B) 283.89º 0.73% 0.95% -
XYZ 40.07 21.72 85.3 -
YUV 124.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 194 66 241 0.20 0.73 0 0.05 283.89 0.86 0.6
Hex C2 42 F1 14 49 0 5 11C 56 3C
Octal 302 102 361 24 111 0 5 434 126 74
Binary 11000010 1000010 11110001 10100 1001001 0 101 100011100 1010110 111100

Color Harmonies of #C242F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242F1

Black with #C242F1

Text Example


Text Example

White with #C242F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242F1; }

 p { color: rgb(194,66,241); }

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

background-color css

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

 a { background-color: rgb(194,66,241); }

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

border-color css

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

 span { border-color: rgb(194,66,241); }

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