Html Css Color HEX #C24AD0 Medium Orchid

📋 copy color: '#C24AD0'

red 194 ◦ green 74 ◦ blue 208

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

Shades of Medium Orchid #C24AD0

Tints of Medium Orchid #C24AD0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.55%

 BLUE value IS 208 (81.64% from 255) = 43.7%

R = 40.76%
G = 15.55%
B = 43.7%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C24AD0 (or 0xC24AD0) is known color: Medium Orchid. HEX triplet: C2, 4A and D0. RGB value is (194,74,208). Sum of RGB (Red+Green+Blue) = 194+74+208=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #C24AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24AD0 is #3DB52F. Grayscale: #7C7C7C. Windows color (decimal): -4044080 or 13650626. OLE color: 13650626.

HSL color Cylindrical-coordinate representation of color #C24AD0: hue angle of 293.73º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24AD0 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 74 208 -
CMYK 0.07 0.64 0 0.18
HSL 293.73º 0.59% 0.55% -
HSV(B) 293.73º 0.64% 0.82% -
XYZ 36.08 20.92 61.81 -
YUV 125.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 194 74 208 0.07 0.64 0 0.18 293.73 0.59 0.55
Hex C2 4A D0 7 40 0 12 126 3B 37
Octal 302 112 320 7 100 0 22 446 73 67
Binary 11000010 1001010 11010000 111 1000000 0 10010 100100110 111011 110111

Color Harmonies of #C24AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AD0

Black with #C24AD0

Text Example


Text Example

White with #C24AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AD0; }

 p { color: rgb(194,74,208); }

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

background-color css

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

 a { background-color: rgb(194,74,208); }

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

border-color css

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

 span { border-color: rgb(194,74,208); }

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