Html Css Color HEX #C444DC Medium Orchid

📋 copy color: '#C444DC'

red 196 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #C444DC

Tints of Medium Orchid #C444DC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.05%

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

R = 40.5%
G = 14.05%
B = 45.45%

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

#C444DC (or 0xC444DC) is known color: Medium Orchid. HEX triplet: C4, 44 and DC. RGB value is (196,68,220). Sum of RGB (Red+Green+Blue) = 196+68+220=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #C444DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444DC is #3BBB23. Grayscale: #7B7B7B. Windows color (decimal): -3914532 or 14435524. OLE color: 14435524.

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

Color convert

RGB 196 68 220 -
CMYK 0.11 0.69 0 0.14
HSL 290.53º 0.68% 0.56% -
HSV(B) 290.53º 0.69% 0.86% -
XYZ 37.75 21.04 69.78 -
YUV 123.6 182.41 179.64 -
System Red Green Blue C M Y K H S L
Decimal 196 68 220 0.11 0.69 0 0.14 290.53 0.68 0.56
Hex C4 44 DC B 45 0 E 123 44 38
Octal 304 104 334 13 105 0 16 443 104 70
Binary 11000100 1000100 11011100 1011 1000101 0 1110 100100011 1000100 111000

Color Harmonies of #C444DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444DC

Black with #C444DC

Text Example


Text Example

White with #C444DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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