Html Css Color HEX #C24DF8 Medium Orchid

📋 copy color: '#C24DF8'

red 194 ◦ green 77 ◦ blue 248

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

Shades of Medium Orchid #C24DF8

Tints of Medium Orchid #C24DF8

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.84%

 BLUE value IS 248 (97.27% from 255) = 47.78%

R = 37.38%
G = 14.84%
B = 47.78%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C24DF8 (or 0xC24DF8) is known color: Medium Orchid. HEX triplet: C2, 4D and F8. RGB value is (194,77,248). Sum of RGB (Red+Green+Blue) = 194+77+248=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 77 (30.47% from 255 or 14.84% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #C24DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C24DF8 is #3DB207. Grayscale: #828282. Windows color (decimal): -4043272 or 16272834. OLE color: 16272834.

HSL color Cylindrical-coordinate representation of color #C24DF8: hue angle of 281.05º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24DF8 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 77 248 -
CMYK 0.22 0.69 0 0.03
HSL 281.05º 0.92% 0.64% -
HSV(B) 281.05º 0.69% 0.97% -
XYZ 41.85 23.55 91.15 -
YUV 131.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 194 77 248 0.22 0.69 0 0.03 281.05 0.92 0.64
Hex C2 4D F8 16 45 0 3 119 5C 40
Octal 302 115 370 26 105 0 3 431 134 100
Binary 11000010 1001101 11111000 10110 1000101 0 11 100011001 1011100 1000000

Color Harmonies of #C24DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DF8

Black with #C24DF8

Text Example


Text Example

White with #C24DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DF8; }

 p { color: rgb(194,77,248); }

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

background-color css

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

 a { background-color: rgb(194,77,248); }

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

border-color css

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

 span { border-color: rgb(194,77,248); }

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