Html Css Color HEX #C24FD5 Medium Orchid

📋 copy color: '#C24FD5'

red 194 ◦ green 79 ◦ blue 213

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

Shades of Medium Orchid #C24FD5

Tints of Medium Orchid #C24FD5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.26%

 BLUE value IS 213 (83.59% from 255) = 43.83%

R = 39.92%
G = 16.26%
B = 43.83%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C24FD5 (or 0xC24FD5) is known color: Medium Orchid. HEX triplet: C2, 4F and D5. RGB value is (194,79,213). Sum of RGB (Red+Green+Blue) = 194+79+213=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #C24FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FD5 is #3DB02A. Grayscale: #808080. Windows color (decimal): -4042795 or 13979586. OLE color: 13979586.

HSL color Cylindrical-coordinate representation of color #C24FD5: hue angle of 291.49º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24FD5 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 79 213 -
CMYK 0.09 0.63 0 0.16
HSL 291.49º 0.61% 0.57% -
HSV(B) 291.49º 0.63% 0.84% -
XYZ 37.05 21.87 65.22 -
YUV 128.66 175.6 174.6 -
System Red Green Blue C M Y K H S L
Decimal 194 79 213 0.09 0.63 0 0.16 291.49 0.61 0.57
Hex C2 4F D5 9 3F 0 10 123 3D 39
Octal 302 117 325 11 77 0 20 443 75 71
Binary 11000010 1001111 11010101 1001 111111 0 10000 100100011 111101 111001

Color Harmonies of #C24FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FD5

Black with #C24FD5

Text Example


Text Example

White with #C24FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FD5; }

 p { color: rgb(194,79,213); }

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

background-color css

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

 a { background-color: rgb(194,79,213); }

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

border-color css

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

 span { border-color: rgb(194,79,213); }

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