Html Css Color HEX #C691CB Lilac

📋 copy color: '#C691CB'

red 198 ◦ green 145 ◦ blue 203

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

Shades of Lilac #C691CB

Tints of Lilac #C691CB

RGB

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

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

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

R = 36.26%
G = 26.56%
B = 37.18%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C691CB (or 0xC691CB) is known color: Lilac. HEX triplet: C6, 91 and CB. RGB value is (198,145,203). Sum of RGB (Red+Green+Blue) = 198+145+203=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #C691CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691CB is #396E34. Grayscale: #A7A7A7. Windows color (decimal): -3763765 or 13341126. OLE color: 13341126.

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

Color convert

RGB 198 145 203 -
CMYK 0.02 0.29 0 0.20
HSL 294.83º 0.36% 0.68% -
HSV(B) 294.83º 0.29% 0.8% -
XYZ 44.19 36.57 61.23 -
YUV 167.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 198 145 203 0.02 0.29 0 0.20 294.83 0.36 0.68
Hex C6 91 CB 2 1D 0 14 127 24 44
Octal 306 221 313 2 35 0 24 447 44 104
Binary 11000110 10010001 11001011 10 11101 0 10100 100100111 100100 1000100

Color Harmonies of #C691CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691CB

Black with #C691CB

Text Example


Text Example

White with #C691CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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