Html Css Color HEX #C450DF Medium Orchid

📋 copy color: '#C450DF'

red 196 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #C450DF

Tints of Medium Orchid #C450DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.03%

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

R = 39.28%
G = 16.03%
B = 44.69%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C450DF (or 0xC450DF) is known color: Medium Orchid. HEX triplet: C4, 50 and DF. RGB value is (196,80,223). Sum of RGB (Red+Green+Blue) = 196+80+223=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C450DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450DF is #3BAF20. Grayscale: #828282. Windows color (decimal): -3911457 or 14635204. OLE color: 14635204.

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

Color convert

RGB 196 80 223 -
CMYK 0.12 0.64 0 0.13
HSL 288.67º 0.69% 0.59% -
HSV(B) 288.67º 0.64% 0.87% -
XYZ 38.95 22.8 72.16 -
YUV 130.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 196 80 223 0.12 0.64 0 0.13 288.67 0.69 0.59
Hex C4 50 DF C 40 0 D 121 45 3B
Octal 304 120 337 14 100 0 15 441 105 73
Binary 11000100 1010000 11011111 1100 1000000 0 1101 100100001 1000101 111011

Color Harmonies of #C450DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450DF

Black with #C450DF

Text Example


Text Example

White with #C450DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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