Html Css Color HEX #C444DB Medium Orchid

📋 copy color: '#C444DB'

red 196 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #C444DB

Tints of Medium Orchid #C444DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 40.58%
G = 14.08%
B = 45.34%

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

#C444DB (or 0xC444DB) is known color: Medium Orchid. HEX triplet: C4, 44 and DB. RGB value is (196,68,219). Sum of RGB (Red+Green+Blue) = 196+68+219=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C444DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444DB is #3BBB24. Grayscale: #7B7B7B. Windows color (decimal): -3914533 or 14369988. OLE color: 14369988.

HSL color Cylindrical-coordinate representation of color #C444DB: hue angle of 290.86º 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 #C444DB is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 68 219 -
CMYK 0.11 0.69 0 0.14
HSL 290.86º 0.68% 0.56% -
HSV(B) 290.86º 0.69% 0.86% -
XYZ 37.62 20.98 69.09 -
YUV 123.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 196 68 219 0.11 0.69 0 0.14 290.86 0.68 0.56
Hex C4 44 DB B 45 0 E 123 44 38
Octal 304 104 333 13 105 0 16 443 104 70
Binary 11000100 1000100 11011011 1011 1000101 0 1110 100100011 1000100 111000

Color Harmonies of #C444DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C444DB

Black with #C444DB

Text Example


Text Example

White with #C444DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C444DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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