Html Css Color HEX #C445DC Medium Orchid

📋 copy color: '#C445DC'

red 196 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #C445DC

Tints of Medium Orchid #C445DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.23%

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

R = 40.41%
G = 14.23%
B = 45.36%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C445DC (or 0xC445DC) is known color: Medium Orchid. HEX triplet: C4, 45 and DC. RGB value is (196,69,220). Sum of RGB (Red+Green+Blue) = 196+69+220=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C445DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445DC is #3BBA23. Grayscale: #7B7B7B. Windows color (decimal): -3914276 or 14435780. OLE color: 14435780.

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

Color convert

RGB 196 69 220 -
CMYK 0.11 0.69 0 0.14
HSL 290.46º 0.68% 0.57% -
HSV(B) 290.46º 0.69% 0.86% -
XYZ 37.81 21.16 69.8 -
YUV 124.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 196 69 220 0.11 0.69 0 0.14 290.46 0.68 0.57
Hex C4 45 DC B 45 0 E 122 44 39
Octal 304 105 334 13 105 0 16 442 104 71
Binary 11000100 1000101 11011100 1011 1000101 0 1110 100100010 1000100 111001

Color Harmonies of #C445DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445DC

Black with #C445DC

Text Example


Text Example

White with #C445DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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