Html Css Color HEX #C385B3 Lily

📋 copy color: '#C385B3'

red 195 ◦ green 133 ◦ blue 179

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

Shades of Lily #C385B3

Tints of Lily #C385B3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.23%

 BLUE value IS 179 (70.31% from 255) = 35.31%

R = 38.46%
G = 26.23%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C385B3 (or 0xC385B3) is known color: Lily. HEX triplet: C3, 85 and B3. RGB value is (195,133,179). Sum of RGB (Red+Green+Blue) = 195+133+179=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 179 (70.31% from 255 or 35.31% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C385B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385B3 is #3C7A4C. Grayscale: #9C9C9C. Windows color (decimal): -3963469 or 11765187. OLE color: 11765187.

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

Color convert

RGB 195 133 179 -
CMYK 0 0.32 0.08 0.24
HSL 315.48º 0.34% 0.64% -
HSV(B) 315.48º 0.32% 0.76% -
XYZ 39.03 31.63 46.7 -
YUV 156.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 195 133 179 0 0.32 0.08 0.24 315.48 0.34 0.64
Hex C3 85 B3 0 20 8 18 13B 22 40
Octal 303 205 263 0 40 10 30 473 42 100
Binary 11000011 10000101 10110011 0 100000 1000 11000 100111011 100010 1000000

Color Harmonies of #C385B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385B3

Black with #C385B3

Text Example


Text Example

White with #C385B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385B3; }

 p { color: rgb(195,133,179); }

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

background-color css

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

 a { background-color: rgb(195,133,179); }

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

border-color css

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

 span { border-color: rgb(195,133,179); }

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