Html Css Color HEX #C28CCC Lilac

📋 copy color: '#C28CCC'

red 194 ◦ green 140 ◦ blue 204

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

Shades of Lilac #C28CCC

Tints of Lilac #C28CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.02%

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

R = 36.06%
G = 26.02%
B = 37.92%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C28CCC (or 0xC28CCC) is known color: Lilac. HEX triplet: C2, 8C and CC. RGB value is (194,140,204). Sum of RGB (Red+Green+Blue) = 194+140+204=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #C28CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CCC is #3D7333. Grayscale: #A3A3A3. Windows color (decimal): -4027188 or 13405378. OLE color: 13405378.

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

Color convert

RGB 194 140 204 -
CMYK 0.05 0.31 0 0.2
HSL 290.63º 0.39% 0.67% -
HSV(B) 290.63º 0.31% 0.8% -
XYZ 42.53 34.59 61.56 -
YUV 163.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 194 140 204 0.05 0.31 0 0.2 290.63 0.39 0.67
Hex C2 8C CC 5 1F 0 14 123 27 43
Octal 302 214 314 5 37 0 24 443 47 103
Binary 11000010 10001100 11001100 101 11111 0 10100 100100011 100111 1000011

Color Harmonies of #C28CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CCC

Black with #C28CCC

Text Example


Text Example

White with #C28CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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