Html Css Color HEX #C388CA Lilac

📋 copy color: '#C388CA'

red 195 ◦ green 136 ◦ blue 202

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

Shades of Lilac #C388CA

Tints of Lilac #C388CA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.52%

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

R = 36.59%
G = 25.52%
B = 37.9%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C388CA (or 0xC388CA) is known color: Lilac. HEX triplet: C3, 88 and CA. RGB value is (195,136,202). Sum of RGB (Red+Green+Blue) = 195+136+202=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #C388CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388CA is #3C7735. Grayscale: #A0A0A0. Windows color (decimal): -3962678 or 13273283. OLE color: 13273283.

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

Color convert

RGB 195 136 202 -
CMYK 0.03 0.33 0 0.21
HSL 293.64º 0.38% 0.66% -
HSV(B) 293.64º 0.33% 0.79% -
XYZ 41.97 33.47 60.13 -
YUV 161.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 195 136 202 0.03 0.33 0 0.21 293.64 0.38 0.66
Hex C3 88 CA 3 21 0 15 126 26 42
Octal 303 210 312 3 41 0 25 446 46 102
Binary 11000011 10001000 11001010 11 100001 0 10101 100100110 100110 1000010

Color Harmonies of #C388CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C388CA

Black with #C388CA

Text Example


Text Example

White with #C388CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C388CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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