Html Css Color HEX #C28FCD Lilac

📋 copy color: '#C28FCD'

red 194 ◦ green 143 ◦ blue 205

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

Shades of Lilac #C28FCD

Tints of Lilac #C28FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 35.79%
G = 26.38%
B = 37.82%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C28FCD (or 0xC28FCD) is known color: Lilac. HEX triplet: C2, 8F and CD. RGB value is (194,143,205). Sum of RGB (Red+Green+Blue) = 194+143+205=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C28FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FCD is #3D7032. Grayscale: #A5A5A5. Windows color (decimal): -4026419 or 13471682. OLE color: 13471682.

HSL color Cylindrical-coordinate representation of color #C28FCD: hue angle of 289.35º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C28FCD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 143 205 -
CMYK 0.05 0.30 0 0.20
HSL 289.35º 0.38% 0.68% -
HSV(B) 289.35º 0.3% 0.8% -
XYZ 43.09 35.52 62.34 -
YUV 165.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 194 143 205 0.05 0.30 0 0.20 289.35 0.38 0.68
Hex C2 8F CD 5 1E 0 14 121 26 44
Octal 302 217 315 5 36 0 24 441 46 104
Binary 11000010 10001111 11001101 101 11110 0 10100 100100001 100110 1000100

Color Harmonies of #C28FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28FCD

Black with #C28FCD

Text Example


Text Example

White with #C28FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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