Html Css Color HEX #C24AFE Medium Orchid

📋 copy color: '#C24AFE'

red 194 ◦ green 74 ◦ blue 254

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

Shades of Medium Orchid #C24AFE

Tints of Medium Orchid #C24AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.18%

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 37.16%
G = 14.18%
B = 48.66%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C24AFE (or 0xC24AFE) is known color: Medium Orchid. HEX triplet: C2, 4A and FE. RGB value is (194,74,254). Sum of RGB (Red+Green+Blue) = 194+74+254=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #C24AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AFE is #3DB501. Grayscale: #818181. Windows color (decimal): -4044034 or 16665282. OLE color: 16665282.

HSL color Cylindrical-coordinate representation of color #C24AFE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C24AFE is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 74 254 -
CMYK 0.24 0.71 0 0.00
HSL 280º 0.99% 0.64% -
HSV(B) 280º 0.71% 1% -
XYZ 42.59 23.52 96.06 -
YUV 130.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 194 74 254 0.24 0.71 0 0.00 280 0.99 0.64
Hex C2 4A FE 18 47 0 0 118 63 40
Octal 302 112 376 30 107 0 0 430 143 100
Binary 11000010 1001010 11111110 11000 1000111 0 0 100011000 1100011 1000000

Color Harmonies of #C24AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AFE

Black with #C24AFE

Text Example


Text Example

White with #C24AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AFE; }

 p { color: rgb(194,74,254); }

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

background-color css

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

 a { background-color: rgb(194,74,254); }

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

border-color css

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

 span { border-color: rgb(194,74,254); }

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