Html Css Color HEX #C42AE5 Medium Orchid

📋 copy color: '#C42AE5'

red 196 ◦ green 42 ◦ blue 229

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

Shades of Medium Orchid #C42AE5

Tints of Medium Orchid #C42AE5

RGB

 RED value IS 196 (76.95% from 255) = 41.97%

 GREEN value IS 42 (16.8% from 255) = 8.99%

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 41.97%
G = 8.99%
B = 49.04%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C42AE5 (or 0xC42AE5) is known color: Medium Orchid. HEX triplet: C4, 2A and E5. RGB value is (196,42,229). Sum of RGB (Red+Green+Blue) = 196+42+229=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #C42AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42AE5 is #3BD51A. Grayscale: #6C6C6C. Windows color (decimal): -3921179 or 15018692. OLE color: 15018692.

HSL color Cylindrical-coordinate representation of color #C42AE5: hue angle of 289.41º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42AE5 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 42 229 -
CMYK 0.14 0.82 0 0.10
HSL 289.41º 0.78% 0.53% -
HSV(B) 289.41º 0.82% 0.9% -
XYZ 37.74 19.05 75.82 -
YUV 109.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 196 42 229 0.14 0.82 0 0.10 289.41 0.78 0.53
Hex C4 2A E5 E 52 0 A 121 4E 35
Octal 304 52 345 16 122 0 12 441 116 65
Binary 11000100 101010 11100101 1110 1010010 0 1010 100100001 1001110 110101

Color Harmonies of #C42AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AE5

Black with #C42AE5

Text Example


Text Example

White with #C42AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AE5; }

 p { color: rgb(196,42,229); }

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

background-color css

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

 a { background-color: rgb(196,42,229); }

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

border-color css

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

 span { border-color: rgb(196,42,229); }

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