Html Css Color HEX #C42ADA Medium Orchid

📋 copy color: '#C42ADA'

red 196 ◦ green 42 ◦ blue 218

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

Shades of Medium Orchid #C42ADA

Tints of Medium Orchid #C42ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 42.98%
G = 9.21%
B = 47.81%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C42ADA (or 0xC42ADA) is known color: Medium Orchid. HEX triplet: C4, 2A and DA. RGB value is (196,42,218). Sum of RGB (Red+Green+Blue) = 196+42+218=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #C42ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ADA is #3BD525. Grayscale: #6B6B6B. Windows color (decimal): -3921190 or 14297796. OLE color: 14297796.

HSL color Cylindrical-coordinate representation of color #C42ADA: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42ADA is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 42 218 -
CMYK 0.10 0.81 0 0.15
HSL 292.5º 0.7% 0.51% -
HSV(B) 292.5º 0.81% 0.85% -
XYZ 36.25 18.45 67.98 -
YUV 108.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 196 42 218 0.10 0.81 0 0.15 292.5 0.7 0.51
Hex C4 2A DA A 51 0 F 124 46 33
Octal 304 52 332 12 121 0 17 444 106 63
Binary 11000100 101010 11011010 1010 1010001 0 1111 100100100 1000110 110011

Color Harmonies of #C42ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42ADA

Black with #C42ADA

Text Example


Text Example

White with #C42ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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