Html Css Color HEX #C24CF6 Medium Orchid

📋 copy color: '#C24CF6'

red 194 ◦ green 76 ◦ blue 246

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

Shades of Medium Orchid #C24CF6

Tints of Medium Orchid #C24CF6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.73%

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 37.6%
G = 14.73%
B = 47.67%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C24CF6 (or 0xC24CF6) is known color: Medium Orchid. HEX triplet: C2, 4C and F6. RGB value is (194,76,246). Sum of RGB (Red+Green+Blue) = 194+76+246=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #C24CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24CF6 is #3DB309. Grayscale: #828282. Windows color (decimal): -4043530 or 16141506. OLE color: 16141506.

HSL color Cylindrical-coordinate representation of color #C24CF6: hue angle of 281.65º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24CF6 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 76 246 -
CMYK 0.21 0.69 0 0.04
HSL 281.65º 0.9% 0.63% -
HSV(B) 281.65º 0.69% 0.96% -
XYZ 41.47 23.29 89.5 -
YUV 130.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 194 76 246 0.21 0.69 0 0.04 281.65 0.9 0.63
Hex C2 4C F6 15 45 0 4 11A 5A 3F
Octal 302 114 366 25 105 0 4 432 132 77
Binary 11000010 1001100 11110110 10101 1000101 0 100 100011010 1011010 111111

Color Harmonies of #C24CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CF6

Black with #C24CF6

Text Example


Text Example

White with #C24CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CF6; }

 p { color: rgb(194,76,246); }

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

background-color css

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

 a { background-color: rgb(194,76,246); }

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

border-color css

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

 span { border-color: rgb(194,76,246); }

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