Html Css Color HEX #C24FD8 Medium Orchid

📋 copy color: '#C24FD8'

red 194 ◦ green 79 ◦ blue 216

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

Shades of Medium Orchid #C24FD8

Tints of Medium Orchid #C24FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.17%

R = 39.67%
G = 16.16%
B = 44.17%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C24FD8 (or 0xC24FD8) is known color: Medium Orchid. HEX triplet: C2, 4F and D8. RGB value is (194,79,216). Sum of RGB (Red+Green+Blue) = 194+79+216=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #C24FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FD8 is #3DB027. Grayscale: #808080. Windows color (decimal): -4042792 or 14176194. OLE color: 14176194.

HSL color Cylindrical-coordinate representation of color #C24FD8: hue angle of 290.36º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24FD8 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 79 216 -
CMYK 0.10 0.63 0 0.15
HSL 290.37º 0.64% 0.58% -
HSV(B) 290.37º 0.63% 0.85% -
XYZ 37.44 22.02 67.24 -
YUV 129 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 194 79 216 0.10 0.63 0 0.15 290.37 0.64 0.58
Hex C2 4F D8 A 3F 0 F 122 40 3A
Octal 302 117 330 12 77 0 17 442 100 72
Binary 11000010 1001111 11011000 1010 111111 0 1111 100100010 1000000 111010

Color Harmonies of #C24FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24FD8

Black with #C24FD8

Text Example


Text Example

White with #C24FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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