Html Css Color HEX #C24CD5 Medium Orchid

📋 copy color: '#C24CD5'

red 194 ◦ green 76 ◦ blue 213

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

Shades of Medium Orchid #C24CD5

Tints of Medium Orchid #C24CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 40.17%
G = 15.73%
B = 44.1%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C24CD5 (or 0xC24CD5) is known color: Medium Orchid. HEX triplet: C2, 4C and D5. RGB value is (194,76,213). Sum of RGB (Red+Green+Blue) = 194+76+213=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #C24CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CD5 is #3DB32A. Grayscale: #7E7E7E. Windows color (decimal): -4043563 or 13978818. OLE color: 13978818.

HSL color Cylindrical-coordinate representation of color #C24CD5: hue angle of 291.68º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24CD5 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 76 213 -
CMYK 0.09 0.64 0 0.16
HSL 291.68º 0.62% 0.57% -
HSV(B) 291.68º 0.64% 0.84% -
XYZ 36.84 21.44 65.15 -
YUV 126.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 194 76 213 0.09 0.64 0 0.16 291.68 0.62 0.57
Hex C2 4C D5 9 40 0 10 124 3E 39
Octal 302 114 325 11 100 0 20 444 76 71
Binary 11000010 1001100 11010101 1001 1000000 0 10000 100100100 111110 111001

Color Harmonies of #C24CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CD5

Black with #C24CD5

Text Example


Text Example

White with #C24CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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