Html Css Color HEX #C288CC Lilac

📋 copy color: '#C288CC'

red 194 ◦ green 136 ◦ blue 204

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

Shades of Lilac #C288CC

Tints of Lilac #C288CC

RGB

 RED value IS 194 (76.17% from 255) = 36.33%

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 36.33%
G = 25.47%
B = 38.2%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C288CC (or 0xC288CC) is known color: Lilac. HEX triplet: C2, 88 and CC. RGB value is (194,136,204). Sum of RGB (Red+Green+Blue) = 194+136+204=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C288CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288CC is #3D7733. Grayscale: #A0A0A0. Windows color (decimal): -4028212 or 13404354. OLE color: 13404354.

HSL color Cylindrical-coordinate representation of color #C288CC: hue angle of 291.18º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C288CC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 136 204 -
CMYK 0.05 0.33 0 0.2
HSL 291.18º 0.4% 0.67% -
HSV(B) 291.18º 0.33% 0.8% -
XYZ 41.95 33.44 61.37 -
YUV 161.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 194 136 204 0.05 0.33 0 0.2 291.18 0.4 0.67
Hex C2 88 CC 5 21 0 14 123 28 43
Octal 302 210 314 5 41 0 24 443 50 103
Binary 11000010 10001000 11001100 101 100001 0 10100 100100011 101000 1000011

Color Harmonies of #C288CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288CC

Black with #C288CC

Text Example


Text Example

White with #C288CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288CC; }

 p { color: rgb(194,136,204); }

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

background-color css

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

 a { background-color: rgb(194,136,204); }

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

border-color css

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

 span { border-color: rgb(194,136,204); }

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