Html Css Color HEX #C690BE Lilac

📋 copy color: '#C690BE'

red 198 ◦ green 144 ◦ blue 190

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

Shades of Lilac #C690BE

Tints of Lilac #C690BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 37.22%
G = 27.07%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C690BE (or 0xC690BE) is known color: Lilac. HEX triplet: C6, 90 and BE. RGB value is (198,144,190). Sum of RGB (Red+Green+Blue) = 198+144+190=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C690BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690BE is #396F41. Grayscale: #A5A5A5. Windows color (decimal): -3764034 or 12488902. OLE color: 12488902.

HSL color Cylindrical-coordinate representation of color #C690BE: hue angle of 308.89º 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 #C690BE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 144 190 -
CMYK 0 0.27 0.04 0.22
HSL 308.89º 0.32% 0.67% -
HSV(B) 308.89º 0.27% 0.78% -
XYZ 42.56 35.67 53.36 -
YUV 165.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 198 144 190 0 0.27 0.04 0.22 308.89 0.32 0.67
Hex C6 90 BE 0 1B 4 16 135 20 43
Octal 306 220 276 0 33 4 26 465 40 103
Binary 11000110 10010000 10111110 0 11011 100 10110 100110101 100000 1000011

Color Harmonies of #C690BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690BE

Black with #C690BE

Text Example


Text Example

White with #C690BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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