Html Css Color HEX #C24AED Medium Orchid

📋 copy color: '#C24AED'

red 194 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #C24AED

Tints of Medium Orchid #C24AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 38.42%
G = 14.65%
B = 46.93%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C24AED (or 0xC24AED) is known color: Medium Orchid. HEX triplet: C2, 4A and ED. RGB value is (194,74,237). Sum of RGB (Red+Green+Blue) = 194+74+237=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #C24AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AED is #3DB512. Grayscale: #7F7F7F. Windows color (decimal): -4044051 or 15551170. OLE color: 15551170.

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

Color convert

RGB 194 74 237 -
CMYK 0.18 0.69 0 0.07
HSL 284.17º 0.82% 0.61% -
HSV(B) 284.17º 0.69% 0.93% -
XYZ 39.98 22.48 82.35 -
YUV 128.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 194 74 237 0.18 0.69 0 0.07 284.17 0.82 0.61
Hex C2 4A ED 12 45 0 7 11C 52 3D
Octal 302 112 355 22 105 0 7 434 122 75
Binary 11000010 1001010 11101101 10010 1000101 0 111 100011100 1010010 111101

Color Harmonies of #C24AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AED

Black with #C24AED

Text Example


Text Example

White with #C24AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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