Html Css Color HEX #C28CCD Lilac

📋 copy color: '#C28CCD'

red 194 ◦ green 140 ◦ blue 205

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

Shades of Lilac #C28CCD

Tints of Lilac #C28CCD

RGB

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

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

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

R = 35.99%
G = 25.97%
B = 38.03%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C28CCD (or 0xC28CCD) is known color: Lilac. HEX triplet: C2, 8C and CD. RGB value is (194,140,205). Sum of RGB (Red+Green+Blue) = 194+140+205=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #C28CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CCD is #3D7332. Grayscale: #A3A3A3. Windows color (decimal): -4027187 or 13470914. OLE color: 13470914.

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

Color convert

RGB 194 140 205 -
CMYK 0.05 0.32 0 0.20
HSL 289.85º 0.39% 0.68% -
HSV(B) 289.85º 0.32% 0.8% -
XYZ 42.65 34.63 62.19 -
YUV 163.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 194 140 205 0.05 0.32 0 0.20 289.85 0.39 0.68
Hex C2 8C CD 5 20 0 14 122 27 44
Octal 302 214 315 5 40 0 24 442 47 104
Binary 11000010 10001100 11001101 101 100000 0 10100 100100010 100111 1000100

Color Harmonies of #C28CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28CCD

Black with #C28CCD

Text Example


Text Example

White with #C28CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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