Html Css Color HEX #C38BB5 Lily

📋 copy color: '#C38BB5'

red 195 ◦ green 139 ◦ blue 181

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

Shades of Lily #C38BB5

Tints of Lily #C38BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 37.86%
G = 26.99%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C38BB5 (or 0xC38BB5) is known color: Lily. HEX triplet: C3, 8B and B5. RGB value is (195,139,181). Sum of RGB (Red+Green+Blue) = 195+139+181=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BB5 is #3C744A. Grayscale: #A0A0A0. Windows color (decimal): -3961931 or 11897795. OLE color: 11897795.

HSL color Cylindrical-coordinate representation of color #C38BB5: hue angle of 315º 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 #C38BB5 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 181 -
CMYK 0 0.29 0.07 0.24
HSL 315º 0.32% 0.65% -
HSV(B) 315º 0.29% 0.76% -
XYZ 40.08 33.4 48.05 -
YUV 160.53 139.55 152.58 -
System Red Green Blue C M Y K H S L
Decimal 195 139 181 0 0.29 0.07 0.24 315 0.32 0.65
Hex C3 8B B5 0 1D 7 18 13B 20 41
Octal 303 213 265 0 35 7 30 473 40 101
Binary 11000011 10001011 10110101 0 11101 111 11000 100111011 100000 1000001

Color Harmonies of #C38BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BB5

Black with #C38BB5

Text Example


Text Example

White with #C38BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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