Html Css Color HEX #C24DDA Medium Orchid

📋 copy color: '#C24DDA'

red 194 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #C24DDA

Tints of Medium Orchid #C24DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.75%

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

R = 39.67%
G = 15.75%
B = 44.58%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C24DDA (or 0xC24DDA) is known color: Medium Orchid. HEX triplet: C2, 4D and DA. RGB value is (194,77,218). Sum of RGB (Red+Green+Blue) = 194+77+218=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #C24DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DDA is #3DB225. Grayscale: #7F7F7F. Windows color (decimal): -4043302 or 14306754. OLE color: 14306754.

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

Color convert

RGB 194 77 218 -
CMYK 0.11 0.65 0 0.15
HSL 289.79º 0.66% 0.58% -
HSV(B) 289.79º 0.65% 0.85% -
XYZ 37.56 21.84 68.57 -
YUV 128.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 194 77 218 0.11 0.65 0 0.15 289.79 0.66 0.58
Hex C2 4D DA B 41 0 F 122 42 3A
Octal 302 115 332 13 101 0 17 442 102 72
Binary 11000010 1001101 11011010 1011 1000001 0 1111 100100010 1000010 111010

Color Harmonies of #C24DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DDA

Black with #C24DDA

Text Example


Text Example

White with #C24DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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