#C154DB

Color #C154DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C154DB

Tints of Medium Orchid #C154DB

Color information

#C154DB (or 0xC154DB) is unknown color: approx 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

RGB19384219-
CMYK0.120.6200.14
HSL288.44º65.22%59.41%-
HSV(B)288.44º61.64%85.88%-
XYZ37.9522.7969.42-
YUV131.98177.11171.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal193842190.120.6200.14288.4465.2259.41
HexC154DBC3E0E120413b
Octal301124333147601644010173
Binary110000011010100110110111100111110011101001000001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C154DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>