Html Css Color HEX #C383AF Lily

📋 copy color: '#C383AF'

red 195 ◦ green 131 ◦ blue 175

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

Shades of Lily #C383AF

Tints of Lily #C383AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.93%

R = 38.92%
G = 26.15%
B = 34.93%

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

#C383AF (or 0xC383AF) is known color: Lily. HEX triplet: C3, 83 and AF. RGB value is (195,131,175). Sum of RGB (Red+Green+Blue) = 195+131+175=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C383AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C383AF is #3C7C50. Grayscale: #9B9B9B. Windows color (decimal): -3963985 or 11502531. OLE color: 11502531.

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

Color convert

RGB 195 131 175 -
CMYK 0 0.33 0.10 0.24
HSL 318.75º 0.35% 0.64% -
HSV(B) 318.75º 0.33% 0.76% -
XYZ 38.36 30.93 44.51 -
YUV 155.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 195 131 175 0 0.33 0.10 0.24 318.75 0.35 0.64
Hex C3 83 AF 0 21 A 18 13F 23 40
Octal 303 203 257 0 41 12 30 477 43 100
Binary 11000011 10000011 10101111 0 100001 1010 11000 100111111 100011 1000000

Color Harmonies of #C383AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C383AF

Black with #C383AF

Text Example


Text Example

White with #C383AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C383AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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