Html Css Color HEX #C42ADD Medium Orchid

📋 copy color: '#C42ADD'

red 196 ◦ green 42 ◦ blue 221

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

Shades of Medium Orchid #C42ADD

Tints of Medium Orchid #C42ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 42.7%
G = 9.15%
B = 48.15%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C42ADD (or 0xC42ADD) is known color: Medium Orchid. HEX triplet: C4, 2A and DD. RGB value is (196,42,221). Sum of RGB (Red+Green+Blue) = 196+42+221=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 42 (16.80% from 255 or 9.15% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #C42ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ADD is #3BD522. Grayscale: #6B6B6B. Windows color (decimal): -3921187 or 14494404. OLE color: 14494404.

HSL color Cylindrical-coordinate representation of color #C42ADD: hue angle of 291.62º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42ADD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 42 221 -
CMYK 0.11 0.81 0 0.13
HSL 291.62º 0.72% 0.52% -
HSV(B) 291.62º 0.81% 0.87% -
XYZ 36.64 18.61 70.07 -
YUV 108.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 196 42 221 0.11 0.81 0 0.13 291.62 0.72 0.52
Hex C4 2A DD B 51 0 D 124 48 34
Octal 304 52 335 13 121 0 15 444 110 64
Binary 11000100 101010 11011101 1011 1010001 0 1101 100100100 1001000 110100

Color Harmonies of #C42ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42ADD

Black with #C42ADD

Text Example


Text Example

White with #C42ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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