Html Css Color HEX #C28CCB Lilac

📋 copy color: '#C28CCB'

red 194 ◦ green 140 ◦ blue 203

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

Shades of Lilac #C28CCB

Tints of Lilac #C28CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 36.13%
G = 26.07%
B = 37.8%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C28CCB (or 0xC28CCB) is known color: Lilac. HEX triplet: C2, 8C and CB. RGB value is (194,140,203). Sum of RGB (Red+Green+Blue) = 194+140+203=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 203 - color contains mainly: blue. Hex color #C28CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CCB is #3D7334. Grayscale: #A3A3A3. Windows color (decimal): -4027189 or 13339842. OLE color: 13339842.

HSL color Cylindrical-coordinate representation of color #C28CCB: hue angle of 291.43º degrees, saturation: 0.38, 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 #C28CCB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 140 203 -
CMYK 0.04 0.31 0 0.20
HSL 291.43º 0.38% 0.67% -
HSV(B) 291.43º 0.31% 0.8% -
XYZ 42.41 34.54 60.93 -
YUV 163.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 194 140 203 0.04 0.31 0 0.20 291.43 0.38 0.67
Hex C2 8C CB 4 1F 0 14 123 26 43
Octal 302 214 313 4 37 0 24 443 46 103
Binary 11000010 10001100 11001011 100 11111 0 10100 100100011 100110 1000011

Color Harmonies of #C28CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CCB

Black with #C28CCB

Text Example


Text Example

White with #C28CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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