Html Css Color HEX #C470DC Medium Orchid

📋 copy color: '#C470DC'

red 196 ◦ green 112 ◦ blue 220

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

Shades of Medium Orchid #C470DC

Tints of Medium Orchid #C470DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.21%

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

R = 37.12%
G = 21.21%
B = 41.67%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C470DC (or 0xC470DC) is known color: Medium Orchid. HEX triplet: C4, 70 and DC. RGB value is (196,112,220). Sum of RGB (Red+Green+Blue) = 196+112+220=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #C470DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470DC is #3B8F23. Grayscale: #959595. Windows color (decimal): -3903268 or 14446788. OLE color: 14446788.

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

Color convert

RGB 196 112 220 -
CMYK 0.11 0.49 0 0.14
HSL 286.67º 0.61% 0.65% -
HSV(B) 286.67º 0.49% 0.86% -
XYZ 41.48 28.49 71.02 -
YUV 149.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 196 112 220 0.11 0.49 0 0.14 286.67 0.61 0.65
Hex C4 70 DC B 31 0 E 11F 3D 41
Octal 304 160 334 13 61 0 16 437 75 101
Binary 11000100 1110000 11011100 1011 110001 0 1110 100011111 111101 1000001

Color Harmonies of #C470DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C470DC

Black with #C470DC

Text Example


Text Example

White with #C470DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C470DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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