Html Css Color HEX #C38DB4 Lily

📋 copy color: '#C38DB4'

red 195 ◦ green 141 ◦ blue 180

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

Shades of Lily #C38DB4

Tints of Lily #C38DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 37.79%
G = 27.33%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C38DB4 (or 0xC38DB4) is known color: Lily. HEX triplet: C3, 8D and B4. RGB value is (195,141,180). Sum of RGB (Red+Green+Blue) = 195+141+180=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DB4 is #3C724B. Grayscale: #A1A1A1. Windows color (decimal): -3961420 or 11832771. OLE color: 11832771.

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

Color convert

RGB 195 141 180 -
CMYK 0 0.28 0.08 0.24
HSL 316.67º 0.31% 0.66% -
HSV(B) 316.67º 0.28% 0.76% -
XYZ 40.27 33.95 47.61 -
YUV 161.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 195 141 180 0 0.28 0.08 0.24 316.67 0.31 0.66
Hex C3 8D B4 0 1C 8 18 13D 1F 42
Octal 303 215 264 0 34 10 30 475 37 102
Binary 11000011 10001101 10110100 0 11100 1000 11000 100111101 11111 1000010

Color Harmonies of #C38DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DB4

Black with #C38DB4

Text Example


Text Example

White with #C38DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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