Html Css Color HEX #C24AF1 Medium Orchid

📋 copy color: '#C24AF1'

red 194 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #C24AF1

Tints of Medium Orchid #C24AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.35%

R = 38.11%
G = 14.54%
B = 47.35%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C24AF1 (or 0xC24AF1) is known color: Medium Orchid. HEX triplet: C2, 4A and F1. RGB value is (194,74,241). Sum of RGB (Red+Green+Blue) = 194+74+241=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #C24AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AF1 is #3DB50E. Grayscale: #808080. Windows color (decimal): -4044047 or 15813314. OLE color: 15813314.

HSL color Cylindrical-coordinate representation of color #C24AF1: hue angle of 283.11º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C24AF1 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 74 241 -
CMYK 0.20 0.69 0 0.05
HSL 283.11º 0.86% 0.62% -
HSV(B) 283.11º 0.69% 0.95% -
XYZ 40.57 22.72 85.47 -
YUV 128.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 194 74 241 0.20 0.69 0 0.05 283.11 0.86 0.62
Hex C2 4A F1 14 45 0 5 11B 56 3E
Octal 302 112 361 24 105 0 5 433 126 76
Binary 11000010 1001010 11110001 10100 1000101 0 101 100011011 1010110 111110

Color Harmonies of #C24AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AF1

Black with #C24AF1

Text Example


Text Example

White with #C24AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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