Html Css Color HEX #C446DB Medium Orchid

📋 copy color: '#C446DB'

red 196 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #C446DB

Tints of Medium Orchid #C446DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.43%

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

R = 40.41%
G = 14.43%
B = 45.15%

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

#C446DB (or 0xC446DB) is known color: Medium Orchid. HEX triplet: C4, 46 and DB. RGB value is (196,70,219). Sum of RGB (Red+Green+Blue) = 196+70+219=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #C446DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446DB is #3BB924. Grayscale: #7C7C7C. Windows color (decimal): -3914021 or 14370500. OLE color: 14370500.

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

Color convert

RGB 196 70 219 -
CMYK 0.11 0.68 0 0.14
HSL 290.74º 0.67% 0.57% -
HSV(B) 290.74º 0.68% 0.86% -
XYZ 37.74 21.23 69.13 -
YUV 124.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 196 70 219 0.11 0.68 0 0.14 290.74 0.67 0.57
Hex C4 46 DB B 44 0 E 123 43 39
Octal 304 106 333 13 104 0 16 443 103 71
Binary 11000100 1000110 11011011 1011 1000100 0 1110 100100011 1000011 111001

Color Harmonies of #C446DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446DB

Black with #C446DB

Text Example


Text Example

White with #C446DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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