Html Css Color HEX #C382CA Lilac

📋 copy color: '#C382CA'

red 195 ◦ green 130 ◦ blue 202

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

Shades of Lilac #C382CA

Tints of Lilac #C382CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 37%
G = 24.67%
B = 38.33%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C382CA (or 0xC382CA) is known color: Lilac. HEX triplet: C3, 82 and CA. RGB value is (195,130,202). Sum of RGB (Red+Green+Blue) = 195+130+202=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C382CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382CA is #3C7D35. Grayscale: #9D9D9D. Windows color (decimal): -3964214 or 13271747. OLE color: 13271747.

HSL color Cylindrical-coordinate representation of color #C382CA: hue angle of 294.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C382CA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 130 202 -
CMYK 0.03 0.36 0 0.21
HSL 294.17º 0.4% 0.65% -
HSV(B) 294.17º 0.36% 0.79% -
XYZ 41.15 31.83 59.85 -
YUV 157.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 195 130 202 0.03 0.36 0 0.21 294.17 0.4 0.65
Hex C3 82 CA 3 24 0 15 126 28 41
Octal 303 202 312 3 44 0 25 446 50 101
Binary 11000011 10000010 11001010 11 100100 0 10101 100100110 101000 1000001

Color Harmonies of #C382CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C382CA

Black with #C382CA

Text Example


Text Example

White with #C382CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C382CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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