Html Css Color HEX #C42AE4 Medium Orchid

📋 copy color: '#C42AE4'

red 196 ◦ green 42 ◦ blue 228

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

Shades of Medium Orchid #C42AE4

Tints of Medium Orchid #C42AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.93%

R = 42.06%
G = 9.01%
B = 48.93%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C42AE4 (or 0xC42AE4) is known color: Medium Orchid. HEX triplet: C4, 2A and E4. RGB value is (196,42,228). Sum of RGB (Red+Green+Blue) = 196+42+228=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 228 (89.45% from 255 or 48.93% from 466); Max value from RGB is 228 - color contains mainly: blue. Hex color #C42AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42AE4 is #3BD51B. Grayscale: #6C6C6C. Windows color (decimal): -3921180 or 14953156. OLE color: 14953156.

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

Color convert

RGB 196 42 228 -
CMYK 0.14 0.82 0 0.11
HSL 289.68º 0.78% 0.53% -
HSV(B) 289.68º 0.82% 0.89% -
XYZ 37.6 18.99 75.08 -
YUV 109.25 195.02 189.88 -
System Red Green Blue C M Y K H S L
Decimal 196 42 228 0.14 0.82 0 0.11 289.68 0.78 0.53
Hex C4 2A E4 E 52 0 B 122 4E 35
Octal 304 52 344 16 122 0 13 442 116 65
Binary 11000100 101010 11100100 1110 1010010 0 1011 100100010 1001110 110101

Color Harmonies of #C42AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42AE4

Black with #C42AE4

Text Example


Text Example

White with #C42AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42AE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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