Html Css Color HEX #C24EE8 Medium Orchid

📋 copy color: '#C24EE8'

red 194 ◦ green 78 ◦ blue 232

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

Shades of Medium Orchid #C24EE8

Tints of Medium Orchid #C24EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 38.49%
G = 15.48%
B = 46.03%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C24EE8 (or 0xC24EE8) is known color: Medium Orchid. HEX triplet: C2, 4E and E8. RGB value is (194,78,232). Sum of RGB (Red+Green+Blue) = 194+78+232=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #C24EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EE8 is #3DB117. Grayscale: #818181. Windows color (decimal): -4043032 or 15224514. OLE color: 15224514.

HSL color Cylindrical-coordinate representation of color #C24EE8: hue angle of 285.19º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24EE8 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 78 232 -
CMYK 0.16 0.66 0 0.09
HSL 285.19º 0.77% 0.61% -
HSV(B) 285.19º 0.66% 0.91% -
XYZ 39.54 22.74 78.65 -
YUV 130.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 194 78 232 0.16 0.66 0 0.09 285.19 0.77 0.61
Hex C2 4E E8 10 42 0 9 11D 4D 3D
Octal 302 116 350 20 102 0 11 435 115 75
Binary 11000010 1001110 11101000 10000 1000010 0 1001 100011101 1001101 111101

Color Harmonies of #C24EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EE8

Black with #C24EE8

Text Example


Text Example

White with #C24EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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