Html Css Color HEX #C28FCA Lilac

📋 copy color: '#C28FCA'

red 194 ◦ green 143 ◦ blue 202

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

Shades of Lilac #C28FCA

Tints of Lilac #C28FCA

RGB

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

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

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

R = 35.99%
G = 26.53%
B = 37.48%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C28FCA (or 0xC28FCA) is known color: Lilac. HEX triplet: C2, 8F and CA. RGB value is (194,143,202). Sum of RGB (Red+Green+Blue) = 194+143+202=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C28FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FCA is #3D7035. Grayscale: #A4A4A4. Windows color (decimal): -4026422 or 13275074. OLE color: 13275074.

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

Color convert

RGB 194 143 202 -
CMYK 0.04 0.29 0 0.21
HSL 291.86º 0.36% 0.68% -
HSV(B) 291.86º 0.29% 0.79% -
XYZ 42.73 35.38 60.45 -
YUV 164.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 194 143 202 0.04 0.29 0 0.21 291.86 0.36 0.68
Hex C2 8F CA 4 1D 0 15 124 24 44
Octal 302 217 312 4 35 0 25 444 44 104
Binary 11000010 10001111 11001010 100 11101 0 10101 100100100 100100 1000100

Color Harmonies of #C28FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FCA

Black with #C28FCA

Text Example


Text Example

White with #C28FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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