Html Css Color HEX #C42CD1 Medium Orchid

📋 copy color: '#C42CD1'

red 196 ◦ green 44 ◦ blue 209

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

Shades of Medium Orchid #C42CD1

Tints of Medium Orchid #C42CD1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.8%

 BLUE value IS 209 (82.03% from 255) = 46.55%

R = 43.65%
G = 9.8%
B = 46.55%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C42CD1 (or 0xC42CD1) is known color: Medium Orchid. HEX triplet: C4, 2C and D1. RGB value is (196,44,209). Sum of RGB (Red+Green+Blue) = 196+44+209=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #C42CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42CD1 is #3BD32E. Grayscale: #6B6B6B. Windows color (decimal): -3920687 or 13708484. OLE color: 13708484.

HSL color Cylindrical-coordinate representation of color #C42CD1: hue angle of 295.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42CD1 is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 44 209 -
CMYK 0.06 0.79 0 0.18
HSL 295.27º 0.65% 0.5% -
HSV(B) 295.27º 0.79% 0.82% -
XYZ 35.17 18.14 61.97 -
YUV 108.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 196 44 209 0.06 0.79 0 0.18 295.27 0.65 0.5
Hex C4 2C D1 6 4F 0 12 127 41 32
Octal 304 54 321 6 117 0 22 447 101 62
Binary 11000100 101100 11010001 110 1001111 0 10010 100100111 1000001 110010

Color Harmonies of #C42CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42CD1

Black with #C42CD1

Text Example


Text Example

White with #C42CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42CD1; }

 p { color: rgb(196,44,209); }

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

background-color css

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

 a { background-color: rgb(196,44,209); }

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

border-color css

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

 span { border-color: rgb(196,44,209); }

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