Html Css Color HEX #C148DB Medium Orchid

📋 copy color: '#C148DB'

red 193 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #C148DB

Tints of Medium Orchid #C148DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 39.88%
G = 14.88%
B = 45.25%

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

#C148DB (or 0xC148DB) is known color: Medium Orchid. HEX triplet: C1, 48 and DB. RGB value is (193,72,219). Sum of RGB (Red+Green+Blue) = 193+72+219=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #C148DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148DB is #3EB724. Grayscale: #7C7C7C. Windows color (decimal): -4110117 or 14371009. OLE color: 14371009.

HSL color Cylindrical-coordinate representation of color #C148DB: hue angle of 289.39º degrees, saturation: 0.67, 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 #C148DB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 72 219 -
CMYK 0.12 0.67 0 0.14
HSL 289.39º 0.67% 0.57% -
HSV(B) 289.39º 0.67% 0.86% -
XYZ 37.1 21.09 69.13 -
YUV 124.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 193 72 219 0.12 0.67 0 0.14 289.39 0.67 0.57
Hex C1 48 DB C 43 0 E 121 43 39
Octal 301 110 333 14 103 0 16 441 103 71
Binary 11000001 1001000 11011011 1100 1000011 0 1110 100100001 1000011 111001

Color Harmonies of #C148DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148DB

Black with #C148DB

Text Example


Text Example

White with #C148DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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