Html Css Color HEX #C24CD7 Medium Orchid

📋 copy color: '#C24CD7'

red 194 ◦ green 76 ◦ blue 215

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

Shades of Medium Orchid #C24CD7

Tints of Medium Orchid #C24CD7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.67%

 BLUE value IS 215 (84.38% from 255) = 44.33%

R = 40%
G = 15.67%
B = 44.33%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C24CD7 (or 0xC24CD7) is known color: Medium Orchid. HEX triplet: C2, 4C and D7. RGB value is (194,76,215). Sum of RGB (Red+Green+Blue) = 194+76+215=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #C24CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CD7 is #3DB328. Grayscale: #7E7E7E. Windows color (decimal): -4043561 or 14109890. OLE color: 14109890.

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

Color convert

RGB 194 76 215 -
CMYK 0.10 0.65 0 0.16
HSL 290.94º 0.63% 0.57% -
HSV(B) 290.94º 0.65% 0.84% -
XYZ 37.1 21.54 66.49 -
YUV 127.13 177.59 175.7 -
System Red Green Blue C M Y K H S L
Decimal 194 76 215 0.10 0.65 0 0.16 290.94 0.63 0.57
Hex C2 4C D7 A 41 0 10 123 3F 39
Octal 302 114 327 12 101 0 20 443 77 71
Binary 11000010 1001100 11010111 1010 1000001 0 10000 100100011 111111 111001

Color Harmonies of #C24CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CD7

Black with #C24CD7

Text Example


Text Example

White with #C24CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CD7; }

 p { color: rgb(194,76,215); }

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

background-color css

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

 a { background-color: rgb(194,76,215); }

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

border-color css

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

 span { border-color: rgb(194,76,215); }

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