Html Css Color HEX #C24ADD Medium Orchid

📋 copy color: '#C24ADD'

red 194 ◦ green 74 ◦ blue 221

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

Shades of Medium Orchid #C24ADD

Tints of Medium Orchid #C24ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 39.67%
G = 15.13%
B = 45.19%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C24ADD (or 0xC24ADD) is known color: Medium Orchid. HEX triplet: C2, 4A and DD. RGB value is (194,74,221). Sum of RGB (Red+Green+Blue) = 194+74+221=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #C24ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ADD is #3DB522. Grayscale: #7E7E7E. Windows color (decimal): -4044067 or 14502594. OLE color: 14502594.

HSL color Cylindrical-coordinate representation of color #C24ADD: hue angle of 288.98º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24ADD is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 74 221 -
CMYK 0.12 0.67 0 0.13
HSL 288.98º 0.68% 0.58% -
HSV(B) 288.98º 0.67% 0.87% -
XYZ 37.75 21.59 70.58 -
YUV 126.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 194 74 221 0.12 0.67 0 0.13 288.98 0.68 0.58
Hex C2 4A DD C 43 0 D 121 44 3A
Octal 302 112 335 14 103 0 15 441 104 72
Binary 11000010 1001010 11011101 1100 1000011 0 1101 100100001 1000100 111010

Color Harmonies of #C24ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24ADD

Black with #C24ADD

Text Example


Text Example

White with #C24ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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