Html Css Color HEX #C24AD6 Medium Orchid

📋 copy color: '#C24AD6'

red 194 ◦ green 74 ◦ blue 214

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

Shades of Medium Orchid #C24AD6

Tints of Medium Orchid #C24AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.4%

R = 40.25%
G = 15.35%
B = 44.4%

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

#C24AD6 (or 0xC24AD6) is known color: Medium Orchid. HEX triplet: C2, 4A and D6. RGB value is (194,74,214). Sum of RGB (Red+Green+Blue) = 194+74+214=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 214 (83.98% from 255 or 44.40% from 482); Max value from RGB is 214 - color contains mainly: blue. Hex color #C24AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AD6 is #3DB529. Grayscale: #7D7D7D. Windows color (decimal): -4044074 or 14043842. OLE color: 14043842.

HSL color Cylindrical-coordinate representation of color #C24AD6: hue angle of 291.43º degrees, saturation: 0.63, 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 #C24AD6 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 74 214 -
CMYK 0.09 0.65 0 0.16
HSL 291.43º 0.63% 0.56% -
HSV(B) 291.43º 0.65% 0.84% -
XYZ 36.83 21.22 65.77 -
YUV 125.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 194 74 214 0.09 0.65 0 0.16 291.43 0.63 0.56
Hex C2 4A D6 9 41 0 10 123 3F 38
Octal 302 112 326 11 101 0 20 443 77 70
Binary 11000010 1001010 11010110 1001 1000001 0 10000 100100011 111111 111000

Color Harmonies of #C24AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AD6

Black with #C24AD6

Text Example


Text Example

White with #C24AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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