Html Css Color HEX #C28FC6 Lilac

📋 copy color: '#C28FC6'

red 194 ◦ green 143 ◦ blue 198

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

Shades of Lilac #C28FC6

Tints of Lilac #C28FC6

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.73%

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

R = 36.26%
G = 26.73%
B = 37.01%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C28FC6 (or 0xC28FC6) is known color: Lilac. HEX triplet: C2, 8F and C6. RGB value is (194,143,198). Sum of RGB (Red+Green+Blue) = 194+143+198=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #C28FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FC6 is #3D7039. Grayscale: #A4A4A4. Windows color (decimal): -4026426 or 13012930. OLE color: 13012930.

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

Color convert

RGB 194 143 198 -
CMYK 0.02 0.28 0 0.22
HSL 295.64º 0.33% 0.67% -
HSV(B) 295.64º 0.28% 0.78% -
XYZ 42.26 35.19 57.99 -
YUV 164.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 194 143 198 0.02 0.28 0 0.22 295.64 0.33 0.67
Hex C2 8F C6 2 1C 0 16 128 21 43
Octal 302 217 306 2 34 0 26 450 41 103
Binary 11000010 10001111 11000110 10 11100 0 10110 100101000 100001 1000011

Color Harmonies of #C28FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FC6

Black with #C28FC6

Text Example


Text Example

White with #C28FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FC6; }

 p { color: rgb(194,143,198); }

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

background-color css

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

 a { background-color: rgb(194,143,198); }

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

border-color css

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

 span { border-color: rgb(194,143,198); }

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