Html Css Color HEX #C42FDC Medium Orchid

📋 copy color: '#C42FDC'

red 196 ◦ green 47 ◦ blue 220

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

Shades of Medium Orchid #C42FDC

Tints of Medium Orchid #C42FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.15%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 42.33%
G = 10.15%
B = 47.52%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C42FDC (or 0xC42FDC) is known color: Medium Orchid. HEX triplet: C4, 2F and DC. RGB value is (196,47,220). Sum of RGB (Red+Green+Blue) = 196+47+220=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #C42FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42FDC is #3BD023. Grayscale: #6E6E6E. Windows color (decimal): -3919908 or 14430148. OLE color: 14430148.

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

Color convert

RGB 196 47 220 -
CMYK 0.11 0.79 0 0.14
HSL 291.68º 0.71% 0.52% -
HSV(B) 291.68º 0.79% 0.86% -
XYZ 36.7 18.94 69.43 -
YUV 111.27 189.36 188.43 -
System Red Green Blue C M Y K H S L
Decimal 196 47 220 0.11 0.79 0 0.14 291.68 0.71 0.52
Hex C4 2F DC B 4F 0 E 124 47 34
Octal 304 57 334 13 117 0 16 444 107 64
Binary 11000100 101111 11011100 1011 1001111 0 1110 100100100 1000111 110100

Color Harmonies of #C42FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FDC

Black with #C42FDC

Text Example


Text Example

White with #C42FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FDC; }

 p { color: rgb(196,47,220); }

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

background-color css

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

 a { background-color: rgb(196,47,220); }

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

border-color css

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

 span { border-color: rgb(196,47,220); }

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