Html Css Color HEX #C24AE3 Medium Orchid

📋 copy color: '#C24AE3'

red 194 ◦ green 74 ◦ blue 227

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

Shades of Medium Orchid #C24AE3

Tints of Medium Orchid #C24AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 45.86%

R = 39.19%
G = 14.95%
B = 45.86%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C24AE3 (or 0xC24AE3) is known color: Medium Orchid. HEX triplet: C2, 4A and E3. RGB value is (194,74,227). Sum of RGB (Red+Green+Blue) = 194+74+227=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #C24AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AE3 is #3DB51C. Grayscale: #7E7E7E. Windows color (decimal): -4044061 or 14895810. OLE color: 14895810.

HSL color Cylindrical-coordinate representation of color #C24AE3: hue angle of 287.06º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24AE3 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 74 227 -
CMYK 0.15 0.67 0 0.11
HSL 287.06º 0.73% 0.59% -
HSV(B) 287.06º 0.67% 0.89% -
XYZ 38.56 21.91 74.87 -
YUV 127.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 194 74 227 0.15 0.67 0 0.11 287.06 0.73 0.59
Hex C2 4A E3 F 43 0 B 11F 49 3B
Octal 302 112 343 17 103 0 13 437 111 73
Binary 11000010 1001010 11100011 1111 1000011 0 1011 100011111 1001001 111011

Color Harmonies of #C24AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AE3

Black with #C24AE3

Text Example


Text Example

White with #C24AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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