Html Css Color HEX #C24AD7 Medium Orchid

📋 copy color: '#C24AD7'

red 194 ◦ green 74 ◦ blue 215

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

Shades of Medium Orchid #C24AD7

Tints of Medium Orchid #C24AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.51%

R = 40.17%
G = 15.32%
B = 44.51%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C24AD7 (or 0xC24AD7) is known color: Medium Orchid. HEX triplet: C2, 4A and D7. RGB value is (194,74,215). Sum of RGB (Red+Green+Blue) = 194+74+215=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 215 (84.38% from 255 or 44.51% from 483); Max value from RGB is 215 - color contains mainly: blue. Hex color #C24AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AD7 is #3DB528. Grayscale: #7D7D7D. Windows color (decimal): -4044073 or 14109378. OLE color: 14109378.

HSL color Cylindrical-coordinate representation of color #C24AD7: hue angle of 291.06º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24AD7 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 74 215 -
CMYK 0.10 0.66 0 0.16
HSL 291.06º 0.64% 0.57% -
HSV(B) 291.06º 0.66% 0.84% -
XYZ 36.96 21.27 66.45 -
YUV 125.95 178.26 176.54 -
System Red Green Blue C M Y K H S L
Decimal 194 74 215 0.10 0.66 0 0.16 291.06 0.64 0.57
Hex C2 4A D7 A 42 0 10 123 40 39
Octal 302 112 327 12 102 0 20 443 100 71
Binary 11000010 1001010 11010111 1010 1000010 0 10000 100100011 1000000 111001

Color Harmonies of #C24AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AD7

Black with #C24AD7

Text Example


Text Example

White with #C24AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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