Html Css Color HEX #C24EDF Medium Orchid

📋 copy color: '#C24EDF'

red 194 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #C24EDF

Tints of Medium Orchid #C24EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.76%

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

R = 39.19%
G = 15.76%
B = 45.05%

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

#C24EDF (or 0xC24EDF) is known color: Medium Orchid. HEX triplet: C2, 4E and DF. RGB value is (194,78,223). Sum of RGB (Red+Green+Blue) = 194+78+223=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #C24EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EDF is #3DB120. Grayscale: #808080. Windows color (decimal): -4043041 or 14634690. OLE color: 14634690.

HSL color Cylindrical-coordinate representation of color #C24EDF: hue angle of 288º degrees, saturation: 0.69, 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 #C24EDF is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 78 223 -
CMYK 0.13 0.65 0 0.13
HSL 288º 0.69% 0.59% -
HSV(B) 288º 0.65% 0.87% -
XYZ 38.29 22.25 72.09 -
YUV 129.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 194 78 223 0.13 0.65 0 0.13 288 0.69 0.59
Hex C2 4E DF D 41 0 D 120 45 3B
Octal 302 116 337 15 101 0 15 440 105 73
Binary 11000010 1001110 11011111 1101 1000001 0 1101 100100000 1000101 111011

Color Harmonies of #C24EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EDF

Black with #C24EDF

Text Example


Text Example

White with #C24EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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