Html Css Color HEX #C242D5 Medium Orchid

📋 copy color: '#C242D5'

red 194 ◦ green 66 ◦ blue 213

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

Shades of Medium Orchid #C242D5

Tints of Medium Orchid #C242D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 41.01%
G = 13.95%
B = 45.03%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C242D5 (or 0xC242D5) is known color: Medium Orchid. HEX triplet: C2, 42 and D5. RGB value is (194,66,213). Sum of RGB (Red+Green+Blue) = 194+66+213=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #C242D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C242D5 is #3DBD2A. Grayscale: #787878. Windows color (decimal): -4046123 or 13976258. OLE color: 13976258.

HSL color Cylindrical-coordinate representation of color #C242D5: hue angle of 292.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C242D5 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 66 213 -
CMYK 0.09 0.69 0 0.16
HSL 292.24º 0.64% 0.55% -
HSV(B) 292.24º 0.69% 0.84% -
XYZ 36.21 20.17 64.94 -
YUV 121.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 194 66 213 0.09 0.69 0 0.16 292.24 0.64 0.55
Hex C2 42 D5 9 45 0 10 124 40 37
Octal 302 102 325 11 105 0 20 444 100 67
Binary 11000010 1000010 11010101 1001 1000101 0 10000 100100100 1000000 110111

Color Harmonies of #C242D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C242D5

Black with #C242D5

Text Example


Text Example

White with #C242D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C242D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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