#C38DBA

Color #C38DBA London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C38DBA

Tints of London Hue #C38DBA

Color information

#C38DBA (or 0xC38DBA) is unknown color: approx London Hue. HEX triplet: C3, 8D and BA. RGB value is (195,141,186). Sum of RGB (Red+Green+Blue) = 195+141+186=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DBA is #3C7245. Grayscale: #A2A2A2. Windows color (decimal): -3961414 or 12225987. OLE color: 12225987.

HSL color Cylindrical-coordinate representation of color #C38DBA: hue angle of 310º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DBA is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195141186-
CMYK00.280.050.24
HSL310º31.03%65.88%-
HSV(B)310º27.69%76.47%-
XYZ40.8934.250.9-
YUV162.28141.39151.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=37.36%
G=27.01%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514118600.280.050.2431031.0365.88
HexC38DBA01C5181361f42
Octal30321527203453046637102
Binary11000011100011011011101001110010111000100110110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DBA; }

 p { color: rgb(195,141,186); }

 H1.HeaderClassName
 {
   color: #C38DBA;
 }
 .AnyTagClassName
 {
   color: #C38DBA;
 }
</style>
background-color css

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

 a { background-color: rgb(195,141,186); }

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

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

 span { border-color: rgb(195,141,186); }

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