Html Css Color HEX #C154DB Medium Orchid

📋 copy color: '#C154DB'

red 193 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #C154DB

Tints of Medium Orchid #C154DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.94%

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

R = 38.91%
G = 16.94%
B = 44.15%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C154DB (or 0xC154DB) is known color: Medium Orchid. HEX triplet: C1, 54 and DB. RGB value is (193,84,219). Sum of RGB (Red+Green+Blue) = 193+84+219=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #C154DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C154DB is #3EAB24. Grayscale: #838383. Windows color (decimal): -4107045 or 14374081. OLE color: 14374081.

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

Color convert

RGB 193 84 219 -
CMYK 0.12 0.62 0 0.14
HSL 288.44º 0.65% 0.59% -
HSV(B) 288.44º 0.62% 0.86% -
XYZ 37.95 22.79 69.42 -
YUV 131.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 193 84 219 0.12 0.62 0 0.14 288.44 0.65 0.59
Hex C1 54 DB C 3E 0 E 120 41 3B
Octal 301 124 333 14 76 0 16 440 101 73
Binary 11000001 1010100 11011011 1100 111110 0 1110 100100000 1000001 111011

Color Harmonies of #C154DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C154DB

Black with #C154DB

Text Example


Text Example

White with #C154DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C154DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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