Html Css Color HEX #C432DC Medium Orchid

📋 copy color: '#C432DC'

red 196 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #C432DC

Tints of Medium Orchid #C432DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.73%

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

R = 42.06%
G = 10.73%
B = 47.21%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C432DC (or 0xC432DC) is known color: Medium Orchid. HEX triplet: C4, 32 and DC. RGB value is (196,50,220). Sum of RGB (Red+Green+Blue) = 196+50+220=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 50 (19.92% from 255 or 10.73% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #C432DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432DC is #3BCD23. Grayscale: #707070. Windows color (decimal): -3919140 or 14430916. OLE color: 14430916.

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

Color convert

RGB 196 50 220 -
CMYK 0.11 0.77 0 0.14
HSL 291.53º 0.71% 0.53% -
HSV(B) 291.53º 0.77% 0.86% -
XYZ 36.82 19.18 69.47 -
YUV 113.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 196 50 220 0.11 0.77 0 0.14 291.53 0.71 0.53
Hex C4 32 DC B 4D 0 E 124 47 35
Octal 304 62 334 13 115 0 16 444 107 65
Binary 11000100 110010 11011100 1011 1001101 0 1110 100100100 1000111 110101

Color Harmonies of #C432DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C432DC

Black with #C432DC

Text Example


Text Example

White with #C432DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C432DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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