Html Css Color HEX #C69CBF Lilac

📋 copy color: '#C69CBF'

red 198 ◦ green 156 ◦ blue 191

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

Shades of Lilac #C69CBF

Tints of Lilac #C69CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.62%

 BLUE value IS 191 (75% from 255) = 35.05%

R = 36.33%
G = 28.62%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C69CBF (or 0xC69CBF) is known color: Lilac. HEX triplet: C6, 9C and BF. RGB value is (198,156,191). Sum of RGB (Red+Green+Blue) = 198+156+191=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CBF is #396340. Grayscale: #ACACAC. Windows color (decimal): -3760961 or 12557510. OLE color: 12557510.

HSL color Cylindrical-coordinate representation of color #C69CBF: hue angle of 310º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69CBF is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 156 191 -
CMYK 0 0.21 0.04 0.22
HSL 310º 0.27% 0.69% -
HSV(B) 310º 0.21% 0.78% -
XYZ 44.58 39.54 54.57 -
YUV 172.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 198 156 191 0 0.21 0.04 0.22 310 0.27 0.69
Hex C6 9C BF 0 15 4 16 136 1B 45
Octal 306 234 277 0 25 4 26 466 33 105
Binary 11000110 10011100 10111111 0 10101 100 10110 100110110 11011 1000101

Color Harmonies of #C69CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CBF

Black with #C69CBF

Text Example


Text Example

White with #C69CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CBF; }

 p { color: rgb(198,156,191); }

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

background-color css

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

 a { background-color: rgb(198,156,191); }

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

border-color css

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

 span { border-color: rgb(198,156,191); }

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