Html Css Color HEX #C24BD6 Medium Orchid

📋 copy color: '#C24BD6'

red 194 ◦ green 75 ◦ blue 214

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

Shades of Medium Orchid #C24BD6

Tints of Medium Orchid #C24BD6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.53%

 BLUE value IS 214 (83.98% from 255) = 44.31%

R = 40.17%
G = 15.53%
B = 44.31%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C24BD6 (or 0xC24BD6) is known color: Medium Orchid. HEX triplet: C2, 4B and D6. RGB value is (194,75,214). Sum of RGB (Red+Green+Blue) = 194+75+214=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #C24BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BD6 is #3DB429. Grayscale: #7D7D7D. Windows color (decimal): -4043818 or 14044098. OLE color: 14044098.

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

Color convert

RGB 194 75 214 -
CMYK 0.09 0.65 0 0.16
HSL 291.37º 0.63% 0.57% -
HSV(B) 291.37º 0.65% 0.84% -
XYZ 36.9 21.36 65.8 -
YUV 126.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 194 75 214 0.09 0.65 0 0.16 291.37 0.63 0.57
Hex C2 4B D6 9 41 0 10 123 3F 39
Octal 302 113 326 11 101 0 20 443 77 71
Binary 11000010 1001011 11010110 1001 1000001 0 10000 100100011 111111 111001

Color Harmonies of #C24BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BD6

Black with #C24BD6

Text Example


Text Example

White with #C24BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BD6; }

 p { color: rgb(194,75,214); }

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

background-color css

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

 a { background-color: rgb(194,75,214); }

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

border-color css

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

 span { border-color: rgb(194,75,214); }

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