Html Css Color HEX #C38BB4 Lily

📋 copy color: '#C38BB4'

red 195 ◦ green 139 ◦ blue 180

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

Shades of Lily #C38BB4

Tints of Lily #C38BB4

RGB

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

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

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

R = 37.94%
G = 27.04%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C38BB4 (or 0xC38BB4) is known color: Lily. HEX triplet: C3, 8B and B4. RGB value is (195,139,180). Sum of RGB (Red+Green+Blue) = 195+139+180=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 139 (54.69% from 255 or 27.04% from 514); Blue value is 180 (70.70% from 255 or 35.02% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BB4 is #3C744B. Grayscale: #A0A0A0. Windows color (decimal): -3961932 or 11832259. OLE color: 11832259.

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

Color convert

RGB 195 139 180 -
CMYK 0 0.29 0.08 0.24
HSL 316.07º 0.32% 0.65% -
HSV(B) 316.07º 0.29% 0.76% -
XYZ 39.98 33.36 47.51 -
YUV 160.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 195 139 180 0 0.29 0.08 0.24 316.07 0.32 0.65
Hex C3 8B B4 0 1D 8 18 13C 20 41
Octal 303 213 264 0 35 10 30 474 40 101
Binary 11000011 10001011 10110100 0 11101 1000 11000 100111100 100000 1000001

Color Harmonies of #C38BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BB4

Black with #C38BB4

Text Example


Text Example

White with #C38BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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