Html Css Color HEX #C382C6 Lilac

📋 copy color: '#C382C6'

red 195 ◦ green 130 ◦ blue 198

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

Shades of Lilac #C382C6

Tints of Lilac #C382C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 37.28%
G = 24.86%
B = 37.86%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C382C6 (or 0xC382C6) is known color: Lilac. HEX triplet: C3, 82 and C6. RGB value is (195,130,198). Sum of RGB (Red+Green+Blue) = 195+130+198=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #C382C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382C6 is #3C7D39. Grayscale: #9C9C9C. Windows color (decimal): -3964218 or 13009603. OLE color: 13009603.

HSL color Cylindrical-coordinate representation of color #C382C6: hue angle of 297.35º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C382C6 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 195 130 198 -
CMYK 0.02 0.34 0 0.22
HSL 297.35º 0.37% 0.64% -
HSV(B) 297.35º 0.34% 0.78% -
XYZ 40.68 31.64 57.39 -
YUV 157.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 195 130 198 0.02 0.34 0 0.22 297.35 0.37 0.64
Hex C3 82 C6 2 22 0 16 129 25 40
Octal 303 202 306 2 42 0 26 451 45 100
Binary 11000011 10000010 11000110 10 100010 0 10110 100101001 100101 1000000

Color Harmonies of #C382C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382C6

Black with #C382C6

Text Example


Text Example

White with #C382C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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