Html Css Color HEX #C147DF Medium Orchid

📋 copy color: '#C147DF'

red 193 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #C147DF

Tints of Medium Orchid #C147DF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.58%

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

R = 39.63%
G = 14.58%
B = 45.79%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C147DF (or 0xC147DF) is known color: Medium Orchid. HEX triplet: C1, 47 and DF. RGB value is (193,71,223). Sum of RGB (Red+Green+Blue) = 193+71+223=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #C147DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147DF is #3EB820. Grayscale: #7C7C7C. Windows color (decimal): -4110369 or 14632897. OLE color: 14632897.

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

Color convert

RGB 193 71 223 -
CMYK 0.13 0.68 0 0.13
HSL 288.16º 0.7% 0.58% -
HSV(B) 288.16º 0.68% 0.87% -
XYZ 37.56 21.17 71.92 -
YUV 124.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 193 71 223 0.13 0.68 0 0.13 288.16 0.7 0.58
Hex C1 47 DF D 44 0 D 120 46 3A
Octal 301 107 337 15 104 0 15 440 106 72
Binary 11000001 1000111 11011111 1101 1000100 0 1101 100100000 1000110 111010

Color Harmonies of #C147DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147DF

Black with #C147DF

Text Example


Text Example

White with #C147DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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