Html Css Color HEX #C382AF Lily

📋 copy color: '#C382AF'

red 195 ◦ green 130 ◦ blue 175

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

Shades of Lily #C382AF

Tints of Lily #C382AF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26%

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

R = 39%
G = 26%
B = 35%

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

#C382AF (or 0xC382AF) is known color: Lily. HEX triplet: C3, 82 and AF. RGB value is (195,130,175). Sum of RGB (Red+Green+Blue) = 195+130+175=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C382AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382AF is #3C7D50. Grayscale: #9A9A9A. Windows color (decimal): -3964241 or 11502275. OLE color: 11502275.

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

Color convert

RGB 195 130 175 -
CMYK 0 0.33 0.10 0.24
HSL 318.46º 0.35% 0.64% -
HSV(B) 318.46º 0.33% 0.76% -
XYZ 38.23 30.66 44.46 -
YUV 154.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 195 130 175 0 0.33 0.10 0.24 318.46 0.35 0.64
Hex C3 82 AF 0 21 A 18 13E 23 40
Octal 303 202 257 0 41 12 30 476 43 100
Binary 11000011 10000010 10101111 0 100001 1010 11000 100111110 100011 1000000

Color Harmonies of #C382AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382AF

Black with #C382AF

Text Example


Text Example

White with #C382AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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