Html Css Color HEX #C24ADA Medium Orchid

📋 copy color: '#C24ADA'

red 194 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #C24ADA

Tints of Medium Orchid #C24ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.86%

R = 39.92%
G = 15.23%
B = 44.86%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C24ADA (or 0xC24ADA) is known color: Medium Orchid. HEX triplet: C2, 4A and DA. RGB value is (194,74,218). Sum of RGB (Red+Green+Blue) = 194+74+218=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #C24ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ADA is #3DB525. Grayscale: #7D7D7D. Windows color (decimal): -4044070 or 14305986. OLE color: 14305986.

HSL color Cylindrical-coordinate representation of color #C24ADA: hue angle of 290º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24ADA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 74 218 -
CMYK 0.11 0.66 0 0.15
HSL 290º 0.66% 0.57% -
HSV(B) 290º 0.66% 0.85% -
XYZ 37.35 21.43 68.5 -
YUV 126.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 194 74 218 0.11 0.66 0 0.15 290 0.66 0.57
Hex C2 4A DA B 42 0 F 122 42 39
Octal 302 112 332 13 102 0 17 442 102 71
Binary 11000010 1001010 11011010 1011 1000010 0 1111 100100010 1000010 111001

Color Harmonies of #C24ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24ADA

Black with #C24ADA

Text Example


Text Example

White with #C24ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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