Html Css Color HEX #C690BD Lilac

📋 copy color: '#C690BD'

red 198 ◦ green 144 ◦ blue 189

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

Shades of Lilac #C690BD

Tints of Lilac #C690BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.12%

 BLUE value IS 189 (74.22% from 255) = 35.59%

R = 37.29%
G = 27.12%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C690BD (or 0xC690BD) is known color: Lilac. HEX triplet: C6, 90 and BD. RGB value is (198,144,189). Sum of RGB (Red+Green+Blue) = 198+144+189=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C690BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690BD is #396F42. Grayscale: #A5A5A5. Windows color (decimal): -3764035 or 12423366. OLE color: 12423366.

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

Color convert

RGB 198 144 189 -
CMYK 0 0.27 0.05 0.22
HSL 310º 0.32% 0.67% -
HSV(B) 310º 0.27% 0.78% -
XYZ 42.45 35.63 52.78 -
YUV 165.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 198 144 189 0 0.27 0.05 0.22 310 0.32 0.67
Hex C6 90 BD 0 1B 5 16 136 20 43
Octal 306 220 275 0 33 5 26 466 40 103
Binary 11000110 10010000 10111101 0 11011 101 10110 100110110 100000 1000011

Color Harmonies of #C690BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690BD

Black with #C690BD

Text Example


Text Example

White with #C690BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690BD; }

 p { color: rgb(198,144,189); }

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

background-color css

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

 a { background-color: rgb(198,144,189); }

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

border-color css

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

 span { border-color: rgb(198,144,189); }

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