Html Css Color HEX #C24DDF Medium Orchid

📋 copy color: '#C24DDF'

red 194 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #C24DDF

Tints of Medium Orchid #C24DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 39.27%
G = 15.59%
B = 45.14%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C24DDF (or 0xC24DDF) is known color: Medium Orchid. HEX triplet: C2, 4D and DF. RGB value is (194,77,223). Sum of RGB (Red+Green+Blue) = 194+77+223=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #C24DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DDF is #3DB220. Grayscale: #808080. Windows color (decimal): -4043297 or 14634434. OLE color: 14634434.

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

Color convert

RGB 194 77 223 -
CMYK 0.13 0.65 0 0.13
HSL 288.08º 0.7% 0.59% -
HSV(B) 288.08º 0.65% 0.87% -
XYZ 38.22 22.1 72.06 -
YUV 128.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 194 77 223 0.13 0.65 0 0.13 288.08 0.7 0.59
Hex C2 4D DF D 41 0 D 120 46 3B
Octal 302 115 337 15 101 0 15 440 106 73
Binary 11000010 1001101 11011111 1101 1000001 0 1101 100100000 1000110 111011

Color Harmonies of #C24DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DDF

Black with #C24DDF

Text Example


Text Example

White with #C24DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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