Html Css Color HEX #C38BAD Lily

📋 copy color: '#C38BAD'

red 195 ◦ green 139 ◦ blue 173

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

Shades of Lily #C38BAD

Tints of Lily #C38BAD

RGB

 RED value IS 195 (76.56% from 255) = 38.46%

 GREEN value IS 139 (54.69% from 255) = 27.42%

 BLUE value IS 173 (67.97% from 255) = 34.12%

R = 38.46%
G = 27.42%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C38BAD (or 0xC38BAD) is known color: Lily. HEX triplet: C3, 8B and AD. RGB value is (195,139,173). Sum of RGB (Red+Green+Blue) = 195+139+173=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38BAD is #3C7452. Grayscale: #9F9F9F. Windows color (decimal): -3961939 or 11373507. OLE color: 11373507.

HSL color Cylindrical-coordinate representation of color #C38BAD: hue angle of 323.57º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BAD is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 173 -
CMYK 0 0.29 0.11 0.24
HSL 323.57º 0.32% 0.65% -
HSV(B) 323.57º 0.29% 0.76% -
XYZ 39.28 33.08 43.85 -
YUV 159.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 195 139 173 0 0.29 0.11 0.24 323.57 0.32 0.65
Hex C3 8B AD 0 1D B 18 144 20 41
Octal 303 213 255 0 35 13 30 504 40 101
Binary 11000011 10001011 10101101 0 11101 1011 11000 101000100 100000 1000001

Color Harmonies of #C38BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BAD

Black with #C38BAD

Text Example


Text Example

White with #C38BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BAD; }

 p { color: rgb(195,139,173); }

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

background-color css

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

 a { background-color: rgb(195,139,173); }

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

border-color css

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

 span { border-color: rgb(195,139,173); }

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