Html Css Color HEX #C24CDC Medium Orchid

📋 copy color: '#C24CDC'

red 194 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #C24CDC

Tints of Medium Orchid #C24CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.51%

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

R = 39.59%
G = 15.51%
B = 44.9%

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

#C24CDC (or 0xC24CDC) is known color: Medium Orchid. HEX triplet: C2, 4C and DC. RGB value is (194,76,220). Sum of RGB (Red+Green+Blue) = 194+76+220=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #C24CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CDC is #3DB323. Grayscale: #7F7F7F. Windows color (decimal): -4043556 or 14437570. OLE color: 14437570.

HSL color Cylindrical-coordinate representation of color #C24CDC: hue angle of 289.17º 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 #C24CDC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 76 220 -
CMYK 0.12 0.65 0 0.14
HSL 289.17º 0.67% 0.58% -
HSV(B) 289.17º 0.65% 0.86% -
XYZ 37.75 21.81 69.93 -
YUV 127.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 194 76 220 0.12 0.65 0 0.14 289.17 0.67 0.58
Hex C2 4C DC C 41 0 E 121 43 3A
Octal 302 114 334 14 101 0 16 441 103 72
Binary 11000010 1001100 11011100 1100 1000001 0 1110 100100001 1000011 111010

Color Harmonies of #C24CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CDC

Black with #C24CDC

Text Example


Text Example

White with #C24CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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