Html Css Color HEX #C24AE6 Medium Orchid

📋 copy color: '#C24AE6'

red 194 ◦ green 74 ◦ blue 230

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

Shades of Medium Orchid #C24AE6

Tints of Medium Orchid #C24AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.18%

R = 38.96%
G = 14.86%
B = 46.18%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C24AE6 (or 0xC24AE6) is known color: Medium Orchid. HEX triplet: C2, 4A and E6. RGB value is (194,74,230). Sum of RGB (Red+Green+Blue) = 194+74+230=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #C24AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AE6 is #3DB519. Grayscale: #7F7F7F. Windows color (decimal): -4044058 or 15092418. OLE color: 15092418.

HSL color Cylindrical-coordinate representation of color #C24AE6: hue angle of 286.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24AE6 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 74 230 -
CMYK 0.16 0.68 0 0.10
HSL 286.15º 0.76% 0.6% -
HSV(B) 286.15º 0.68% 0.9% -
XYZ 38.98 22.08 77.07 -
YUV 127.66 185.76 175.32 -
System Red Green Blue C M Y K H S L
Decimal 194 74 230 0.16 0.68 0 0.10 286.15 0.76 0.6
Hex C2 4A E6 10 44 0 A 11E 4C 3C
Octal 302 112 346 20 104 0 12 436 114 74
Binary 11000010 1001010 11100110 10000 1000100 0 1010 100011110 1001100 111100

Color Harmonies of #C24AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AE6

Black with #C24AE6

Text Example


Text Example

White with #C24AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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