Html Css Color HEX #C24EFC Medium Orchid

📋 copy color: '#C24EFC'

red 194 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #C24EFC

Tints of Medium Orchid #C24EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 37.02%
G = 14.89%
B = 48.09%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C24EFC (or 0xC24EFC) is known color: Medium Orchid. HEX triplet: C2, 4E and FC. RGB value is (194,78,252). Sum of RGB (Red+Green+Blue) = 194+78+252=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #C24EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24EFC is #3DB103. Grayscale: #838383. Windows color (decimal): -4043012 or 16535234. OLE color: 16535234.

HSL color Cylindrical-coordinate representation of color #C24EFC: hue angle of 280º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24EFC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 78 252 -
CMYK 0.23 0.69 0 0.01
HSL 280º 0.97% 0.65% -
HSV(B) 280º 0.69% 0.99% -
XYZ 42.54 23.95 94.48 -
YUV 132.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 194 78 252 0.23 0.69 0 0.01 280 0.97 0.65
Hex C2 4E FC 17 45 0 1 118 61 41
Octal 302 116 374 27 105 0 1 430 141 101
Binary 11000010 1001110 11111100 10111 1000101 0 1 100011000 1100001 1000001

Color Harmonies of #C24EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24EFC

Black with #C24EFC

Text Example


Text Example

White with #C24EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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