Html Css Color HEX #C24DDD Medium Orchid

📋 copy color: '#C24DDD'

red 194 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #C24DDD

Tints of Medium Orchid #C24DDD

RGB

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

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

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

R = 39.43%
G = 15.65%
B = 44.92%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C24DDD (or 0xC24DDD) is known color: Medium Orchid. HEX triplet: C2, 4D and DD. RGB value is (194,77,221). Sum of RGB (Red+Green+Blue) = 194+77+221=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #C24DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DDD is #3DB222. Grayscale: #7F7F7F. Windows color (decimal): -4043299 or 14503362. OLE color: 14503362.

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

Color convert

RGB 194 77 221 -
CMYK 0.12 0.65 0 0.13
HSL 288.75º 0.68% 0.58% -
HSV(B) 288.75º 0.65% 0.87% -
XYZ 37.95 22 70.65 -
YUV 128.4 180.26 174.79 -
System Red Green Blue C M Y K H S L
Decimal 194 77 221 0.12 0.65 0 0.13 288.75 0.68 0.58
Hex C2 4D DD C 41 0 D 121 44 3A
Octal 302 115 335 14 101 0 15 441 104 72
Binary 11000010 1001101 11011101 1100 1000001 0 1101 100100001 1000100 111010

Color Harmonies of #C24DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DDD

Black with #C24DDD

Text Example


Text Example

White with #C24DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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