Html Css Color HEX #C446DF Medium Orchid

📋 copy color: '#C446DF'

red 196 ◦ green 70 ◦ blue 223

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

Shades of Medium Orchid #C446DF

Tints of Medium Orchid #C446DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 40.08%
G = 14.31%
B = 45.6%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C446DF (or 0xC446DF) is known color: Medium Orchid. HEX triplet: C4, 46 and DF. RGB value is (196,70,223). Sum of RGB (Red+Green+Blue) = 196+70+223=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 70 (27.73% from 255 or 14.31% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #C446DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446DF is #3BB920. Grayscale: #7C7C7C. Windows color (decimal): -3914017 or 14632644. OLE color: 14632644.

HSL color Cylindrical-coordinate representation of color #C446DF: hue angle of 289.41º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C446DF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 70 223 -
CMYK 0.12 0.69 0 0.13
HSL 289.41º 0.71% 0.57% -
HSV(B) 289.41º 0.69% 0.87% -
XYZ 38.27 21.44 71.93 -
YUV 125.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 196 70 223 0.12 0.69 0 0.13 289.41 0.71 0.57
Hex C4 46 DF C 45 0 D 121 47 39
Octal 304 106 337 14 105 0 15 441 107 71
Binary 11000100 1000110 11011111 1100 1000101 0 1101 100100001 1000111 111001

Color Harmonies of #C446DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C446DF

Black with #C446DF

Text Example


Text Example

White with #C446DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C446DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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