Html Css Color HEX #C24AEA Medium Orchid

📋 copy color: '#C24AEA'

red 194 ◦ green 74 ◦ blue 234

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

Shades of Medium Orchid #C24AEA

Tints of Medium Orchid #C24AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 38.65%
G = 14.74%
B = 46.61%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C24AEA (or 0xC24AEA) is known color: Medium Orchid. HEX triplet: C2, 4A and EA. RGB value is (194,74,234). Sum of RGB (Red+Green+Blue) = 194+74+234=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #C24AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C24AEA is #3DB515. Grayscale: #7F7F7F. Windows color (decimal): -4044054 or 15354562. OLE color: 15354562.

HSL color Cylindrical-coordinate representation of color #C24AEA: hue angle of 285º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C24AEA is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 74 234 -
CMYK 0.17 0.68 0 0.08
HSL 285º 0.79% 0.6% -
HSV(B) 285º 0.68% 0.92% -
XYZ 39.55 22.31 80.06 -
YUV 128.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 194 74 234 0.17 0.68 0 0.08 285 0.79 0.6
Hex C2 4A EA 11 44 0 8 11D 4F 3C
Octal 302 112 352 21 104 0 10 435 117 74
Binary 11000010 1001010 11101010 10001 1000100 0 1000 100011101 1001111 111100

Color Harmonies of #C24AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24AEA

Black with #C24AEA

Text Example


Text Example

White with #C24AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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