Html Css Color HEX #C445DB Medium Orchid

📋 copy color: '#C445DB'

red 196 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #C445DB

Tints of Medium Orchid #C445DB

RGB

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

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

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

R = 40.5%
G = 14.26%
B = 45.25%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C445DB (or 0xC445DB) is known color: Medium Orchid. HEX triplet: C4, 45 and DB. RGB value is (196,69,219). Sum of RGB (Red+Green+Blue) = 196+69+219=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #C445DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C445DB is #3BBA24. Grayscale: #7B7B7B. Windows color (decimal): -3914277 or 14370244. OLE color: 14370244.

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

Color convert

RGB 196 69 219 -
CMYK 0.11 0.68 0 0.14
HSL 290.8º 0.68% 0.56% -
HSV(B) 290.8º 0.68% 0.86% -
XYZ 37.68 21.11 69.11 -
YUV 124.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 196 69 219 0.11 0.68 0 0.14 290.8 0.68 0.56
Hex C4 45 DB B 44 0 E 123 44 38
Octal 304 105 333 13 104 0 16 443 104 70
Binary 11000100 1000101 11011011 1011 1000100 0 1110 100100011 1000100 111000

Color Harmonies of #C445DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445DB

Black with #C445DB

Text Example


Text Example

White with #C445DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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