Html Css Color HEX #C24BF2 Medium Orchid

📋 copy color: '#C24BF2'

red 194 ◦ green 75 ◦ blue 242

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

Shades of Medium Orchid #C24BF2

Tints of Medium Orchid #C24BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.36%

R = 37.96%
G = 14.68%
B = 47.36%

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

#C24BF2 (or 0xC24BF2) is known color: Medium Orchid. HEX triplet: C2, 4B and F2. RGB value is (194,75,242). Sum of RGB (Red+Green+Blue) = 194+75+242=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #C24BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24BF2 is #3DB40D. Grayscale: #818181. Windows color (decimal): -4043790 or 15879106. OLE color: 15879106.

HSL color Cylindrical-coordinate representation of color #C24BF2: hue angle of 282.75º degrees, saturation: 0.87, 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 #C24BF2 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 75 242 -
CMYK 0.20 0.69 0 0.05
HSL 282.75º 0.87% 0.62% -
HSV(B) 282.75º 0.69% 0.95% -
XYZ 40.79 22.91 86.28 -
YUV 129.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 194 75 242 0.20 0.69 0 0.05 282.75 0.87 0.62
Hex C2 4B F2 14 45 0 5 11B 57 3E
Octal 302 113 362 24 105 0 5 433 127 76
Binary 11000010 1001011 11110010 10100 1000101 0 101 100011011 1010111 111110

Color Harmonies of #C24BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BF2

Black with #C24BF2

Text Example


Text Example

White with #C24BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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