Html Css Color HEX #C42ADB Medium Orchid

📋 copy color: '#C42ADB'

red 196 ◦ green 42 ◦ blue 219

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

Shades of Medium Orchid #C42ADB

Tints of Medium Orchid #C42ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 42.89%
G = 9.19%
B = 47.92%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C42ADB (or 0xC42ADB) is known color: Medium Orchid. HEX triplet: C4, 2A and DB. RGB value is (196,42,219). Sum of RGB (Red+Green+Blue) = 196+42+219=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 42 (16.80% from 255 or 9.19% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #C42ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ADB is #3BD524. Grayscale: #6B6B6B. Windows color (decimal): -3921189 or 14363332. OLE color: 14363332.

HSL color Cylindrical-coordinate representation of color #C42ADB: hue angle of 292.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42ADB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 42 219 -
CMYK 0.11 0.81 0 0.14
HSL 292.2º 0.71% 0.51% -
HSV(B) 292.2º 0.81% 0.86% -
XYZ 36.38 18.51 68.67 -
YUV 108.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 196 42 219 0.11 0.81 0 0.14 292.2 0.71 0.51
Hex C4 2A DB B 51 0 E 124 47 33
Octal 304 52 333 13 121 0 16 444 107 63
Binary 11000100 101010 11011011 1011 1010001 0 1110 100100100 1000111 110011

Color Harmonies of #C42ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42ADB

Black with #C42ADB

Text Example


Text Example

White with #C42ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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