Html Css Color HEX #C38DB6 Lily

📋 copy color: '#C38DB6'

red 195 ◦ green 141 ◦ blue 182

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

Shades of Lily #C38DB6

Tints of Lily #C38DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.22%

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 37.64%
G = 27.22%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C38DB6 (or 0xC38DB6) is known color: Lily. HEX triplet: C3, 8D and B6. RGB value is (195,141,182). Sum of RGB (Red+Green+Blue) = 195+141+182=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DB6 is #3C7249. Grayscale: #A1A1A1. Windows color (decimal): -3961418 or 11963843. OLE color: 11963843.

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

Color convert

RGB 195 141 182 -
CMYK 0 0.28 0.07 0.24
HSL 314.44º 0.31% 0.66% -
HSV(B) 314.44º 0.28% 0.76% -
XYZ 40.47 34.03 48.69 -
YUV 161.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 195 141 182 0 0.28 0.07 0.24 314.44 0.31 0.66
Hex C3 8D B6 0 1C 7 18 13A 1F 42
Octal 303 215 266 0 34 7 30 472 37 102
Binary 11000011 10001101 10110110 0 11100 111 11000 100111010 11111 1000010

Color Harmonies of #C38DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DB6

Black with #C38DB6

Text Example


Text Example

White with #C38DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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