Html Css Color HEX #C24EDD Medium Orchid

📋 copy color: '#C24EDD'

red 194 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #C24EDD

Tints of Medium Orchid #C24EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 39.35%
G = 15.82%
B = 44.83%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C24EDD (or 0xC24EDD) is known color: Medium Orchid. HEX triplet: C2, 4E and DD. RGB value is (194,78,221). Sum of RGB (Red+Green+Blue) = 194+78+221=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #C24EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24EDD is #3DB122. Grayscale: #808080. Windows color (decimal): -4043043 or 14503618. OLE color: 14503618.

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

Color convert

RGB 194 78 221 -
CMYK 0.12 0.65 0 0.13
HSL 288.67º 0.68% 0.59% -
HSV(B) 288.67º 0.65% 0.87% -
XYZ 38.02 22.14 70.68 -
YUV 128.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 194 78 221 0.12 0.65 0 0.13 288.67 0.68 0.59
Hex C2 4E DD C 41 0 D 121 44 3B
Octal 302 116 335 14 101 0 15 441 104 73
Binary 11000010 1001110 11011101 1100 1000001 0 1101 100100001 1000100 111011

Color Harmonies of #C24EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EDD

Black with #C24EDD

Text Example


Text Example

White with #C24EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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