Html Css Color HEX #C393B4 Lily

📋 copy color: '#C393B4'

red 195 ◦ green 147 ◦ blue 180

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

Shades of Lily #C393B4

Tints of Lily #C393B4

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.16%

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

R = 37.36%
G = 28.16%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C393B4 (or 0xC393B4) is known color: Lily. HEX triplet: C3, 93 and B4. RGB value is (195,147,180). Sum of RGB (Red+Green+Blue) = 195+147+180=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C393B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C393B4 is #3C6C4B. Grayscale: #A5A5A5. Windows color (decimal): -3959884 or 11834307. OLE color: 11834307.

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

Color convert

RGB 195 147 180 -
CMYK 0 0.25 0.08 0.24
HSL 318.75º 0.29% 0.67% -
HSV(B) 318.75º 0.25% 0.76% -
XYZ 41.18 35.76 47.91 -
YUV 165.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 195 147 180 0 0.25 0.08 0.24 318.75 0.29 0.67
Hex C3 93 B4 0 19 8 18 13F 1D 43
Octal 303 223 264 0 31 10 30 477 35 103
Binary 11000011 10010011 10110100 0 11001 1000 11000 100111111 11101 1000011

Color Harmonies of #C393B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393B4

Black with #C393B4

Text Example


Text Example

White with #C393B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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