Html Css Color HEX #C24AD5 Medium Orchid

📋 copy color: '#C24AD5'

red 194 ◦ green 74 ◦ blue 213

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

Shades of Medium Orchid #C24AD5

Tints of Medium Orchid #C24AD5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.38%

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

R = 40.33%
G = 15.38%
B = 44.28%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C24AD5 (or 0xC24AD5) is known color: Medium Orchid. HEX triplet: C2, 4A and D5. RGB value is (194,74,213). Sum of RGB (Red+Green+Blue) = 194+74+213=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #C24AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AD5 is #3DB52A. Grayscale: #7D7D7D. Windows color (decimal): -4044075 or 13978306. OLE color: 13978306.

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

Color convert

RGB 194 74 213 -
CMYK 0.09 0.65 0 0.16
HSL 291.8º 0.62% 0.56% -
HSV(B) 291.8º 0.65% 0.84% -
XYZ 36.71 21.17 65.1 -
YUV 125.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 194 74 213 0.09 0.65 0 0.16 291.8 0.62 0.56
Hex C2 4A D5 9 41 0 10 124 3E 38
Octal 302 112 325 11 101 0 20 444 76 70
Binary 11000010 1001010 11010101 1001 1000001 0 10000 100100100 111110 111000

Color Harmonies of #C24AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AD5

Black with #C24AD5

Text Example


Text Example

White with #C24AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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