Html Css Color HEX #C148DC Medium Orchid

📋 copy color: '#C148DC'

red 193 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #C148DC

Tints of Medium Orchid #C148DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 39.79%
G = 14.85%
B = 45.36%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C148DC (or 0xC148DC) is known color: Medium Orchid. HEX triplet: C1, 48 and DC. RGB value is (193,72,220). Sum of RGB (Red+Green+Blue) = 193+72+220=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #C148DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148DC is #3EB723. Grayscale: #7C7C7C. Windows color (decimal): -4110116 or 14436545. OLE color: 14436545.

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

Color convert

RGB 193 72 220 -
CMYK 0.12 0.67 0 0.14
HSL 289.05º 0.68% 0.57% -
HSV(B) 289.05º 0.67% 0.86% -
XYZ 37.23 21.14 69.83 -
YUV 125.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 193 72 220 0.12 0.67 0 0.14 289.05 0.68 0.57
Hex C1 48 DC C 43 0 E 121 44 39
Octal 301 110 334 14 103 0 16 441 104 71
Binary 11000001 1001000 11011100 1100 1000011 0 1110 100100001 1000100 111001

Color Harmonies of #C148DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148DC

Black with #C148DC

Text Example


Text Example

White with #C148DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148DC; }

 p { color: rgb(193,72,220); }

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

background-color css

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

 a { background-color: rgb(193,72,220); }

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

border-color css

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

 span { border-color: rgb(193,72,220); }

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