Html Css Color HEX #C691CD Lilac

📋 copy color: '#C691CD'

red 198 ◦ green 145 ◦ blue 205

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

Shades of Lilac #C691CD

Tints of Lilac #C691CD

RGB

 RED value IS 198 (77.73% from 255) = 36.13%

 GREEN value IS 145 (57.03% from 255) = 26.46%

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

R = 36.13%
G = 26.46%
B = 37.41%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C691CD (or 0xC691CD) is known color: Lilac. HEX triplet: C6, 91 and CD. RGB value is (198,145,205). Sum of RGB (Red+Green+Blue) = 198+145+205=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #C691CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691CD is #396E32. Grayscale: #A7A7A7. Windows color (decimal): -3763763 or 13472198. OLE color: 13472198.

HSL color Cylindrical-coordinate representation of color #C691CD: hue angle of 293º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C691CD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 145 205 -
CMYK 0.03 0.29 0 0.20
HSL 293º 0.38% 0.69% -
HSV(B) 293º 0.29% 0.8% -
XYZ 44.43 36.66 62.49 -
YUV 167.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 198 145 205 0.03 0.29 0 0.20 293 0.38 0.69
Hex C6 91 CD 3 1D 0 14 125 26 45
Octal 306 221 315 3 35 0 24 445 46 105
Binary 11000110 10010001 11001101 11 11101 0 10100 100100101 100110 1000101

Color Harmonies of #C691CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691CD

Black with #C691CD

Text Example


Text Example

White with #C691CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691CD; }

 p { color: rgb(198,145,205); }

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

background-color css

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

 a { background-color: rgb(198,145,205); }

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

border-color css

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

 span { border-color: rgb(198,145,205); }

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