Html Css Color HEX #C24DDC Medium Orchid

📋 copy color: '#C24DDC'

red 194 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #C24DDC

Tints of Medium Orchid #C24DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 39.51%
G = 15.68%
B = 44.81%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C24DDC (or 0xC24DDC) is known color: Medium Orchid. HEX triplet: C2, 4D and DC. RGB value is (194,77,220). Sum of RGB (Red+Green+Blue) = 194+77+220=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #C24DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DDC is #3DB223. Grayscale: #7F7F7F. Windows color (decimal): -4043300 or 14437826. OLE color: 14437826.

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

Color convert

RGB 194 77 220 -
CMYK 0.12 0.65 0 0.14
HSL 289.09º 0.67% 0.58% -
HSV(B) 289.09º 0.65% 0.86% -
XYZ 37.82 21.94 69.95 -
YUV 128.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 194 77 220 0.12 0.65 0 0.14 289.09 0.67 0.58
Hex C2 4D DC C 41 0 E 121 43 3A
Octal 302 115 334 14 101 0 16 441 103 72
Binary 11000010 1001101 11011100 1100 1000001 0 1110 100100001 1000011 111010

Color Harmonies of #C24DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DDC

Black with #C24DDC

Text Example


Text Example

White with #C24DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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