Html Css Color HEX #C174DF Medium Orchid

📋 copy color: '#C174DF'

red 193 ◦ green 116 ◦ blue 223

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

Shades of Medium Orchid #C174DF

Tints of Medium Orchid #C174DF

RGB

 RED value IS 193 (75.78% from 255) = 36.28%

 GREEN value IS 116 (45.7% from 255) = 21.8%

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

R = 36.28%
G = 21.8%
B = 41.92%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C174DF (or 0xC174DF) is known color: Medium Orchid. HEX triplet: C1, 74 and DF. RGB value is (193,116,223). Sum of RGB (Red+Green+Blue) = 193+116+223=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #C174DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174DF is #3E8B20. Grayscale: #969696. Windows color (decimal): -4098849 or 14644417. OLE color: 14644417.

HSL color Cylindrical-coordinate representation of color #C174DF: hue angle of 283.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C174DF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 116 223 -
CMYK 0.13 0.48 0 0.13
HSL 283.18º 0.63% 0.66% -
HSV(B) 283.18º 0.48% 0.87% -
XYZ 41.56 29.16 73.25 -
YUV 151.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 193 116 223 0.13 0.48 0 0.13 283.18 0.63 0.66
Hex C1 74 DF D 30 0 D 11B 3F 42
Octal 301 164 337 15 60 0 15 433 77 102
Binary 11000001 1110100 11011111 1101 110000 0 1101 100011011 111111 1000010

Color Harmonies of #C174DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C174DF

Black with #C174DF

Text Example


Text Example

White with #C174DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C174DF; }

 p { color: rgb(193,116,223); }

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

background-color css

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

 a { background-color: rgb(193,116,223); }

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

border-color css

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

 span { border-color: rgb(193,116,223); }

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