Html Css Color HEX #C24BF9 Medium Orchid

📋 copy color: '#C24BF9'

red 194 ◦ green 75 ◦ blue 249

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

Shades of Medium Orchid #C24BF9

Tints of Medium Orchid #C24BF9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.48%

 BLUE value IS 249 (97.66% from 255) = 48.07%

R = 37.45%
G = 14.48%
B = 48.07%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C24BF9 (or 0xC24BF9) is known color: Medium Orchid. HEX triplet: C2, 4B and F9. RGB value is (194,75,249). Sum of RGB (Red+Green+Blue) = 194+75+249=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #C24BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BF9 is #3DB406. Grayscale: #818181. Windows color (decimal): -4043783 or 16337858. OLE color: 16337858.

HSL color Cylindrical-coordinate representation of color #C24BF9: hue angle of 281.03º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24BF9 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 75 249 -
CMYK 0.22 0.70 0 0.02
HSL 281.03º 0.94% 0.64% -
HSV(B) 281.03º 0.7% 0.98% -
XYZ 41.86 23.34 91.92 -
YUV 130.42 194.92 173.35 -
System Red Green Blue C M Y K H S L
Decimal 194 75 249 0.22 0.70 0 0.02 281.03 0.94 0.64
Hex C2 4B F9 16 46 0 2 119 5E 40
Octal 302 113 371 26 106 0 2 431 136 100
Binary 11000010 1001011 11111001 10110 1000110 0 10 100011001 1011110 1000000

Color Harmonies of #C24BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BF9

Black with #C24BF9

Text Example


Text Example

White with #C24BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BF9; }

 p { color: rgb(194,75,249); }

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

background-color css

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

 a { background-color: rgb(194,75,249); }

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

border-color css

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

 span { border-color: rgb(194,75,249); }

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