Html Css Color HEX #C383B0 Lily

📋 copy color: '#C383B0'

red 195 ◦ green 131 ◦ blue 176

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

Shades of Lily #C383B0

Tints of Lily #C383B0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.1%

 BLUE value IS 176 (69.14% from 255) = 35.06%

R = 38.84%
G = 26.1%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C383B0 (or 0xC383B0) is known color: Lily. HEX triplet: C3, 83 and B0. RGB value is (195,131,176). Sum of RGB (Red+Green+Blue) = 195+131+176=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C383B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C383B0 is #3C7C4F. Grayscale: #9B9B9B. Windows color (decimal): -3963984 or 11568067. OLE color: 11568067.

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

Color convert

RGB 195 131 176 -
CMYK 0 0.33 0.10 0.24
HSL 317.81º 0.35% 0.64% -
HSV(B) 317.81º 0.33% 0.76% -
XYZ 38.46 30.97 45.02 -
YUV 155.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 195 131 176 0 0.33 0.10 0.24 317.81 0.35 0.64
Hex C3 83 B0 0 21 A 18 13E 23 40
Octal 303 203 260 0 41 12 30 476 43 100
Binary 11000011 10000011 10110000 0 100001 1010 11000 100111110 100011 1000000

Color Harmonies of #C383B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C383B0

Black with #C383B0

Text Example


Text Example

White with #C383B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C383B0; }

 p { color: rgb(195,131,176); }

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

background-color css

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

 a { background-color: rgb(195,131,176); }

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

border-color css

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

 span { border-color: rgb(195,131,176); }

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