Html Css Color HEX #C690C1 Lilac

📋 copy color: '#C690C1'

red 198 ◦ green 144 ◦ blue 193

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

Shades of Lilac #C690C1

Tints of Lilac #C690C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.07%

R = 37.01%
G = 26.92%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C690C1 (or 0xC690C1) is known color: Lilac. HEX triplet: C6, 90 and C1. RGB value is (198,144,193). Sum of RGB (Red+Green+Blue) = 198+144+193=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C690C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690C1 is #396F3E. Grayscale: #A5A5A5. Windows color (decimal): -3764031 or 12685510. OLE color: 12685510.

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

Color convert

RGB 198 144 193 -
CMYK 0 0.27 0.03 0.22
HSL 305.56º 0.32% 0.67% -
HSV(B) 305.56º 0.27% 0.78% -
XYZ 42.89 35.8 55.1 -
YUV 165.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 198 144 193 0 0.27 0.03 0.22 305.56 0.32 0.67
Hex C6 90 C1 0 1B 3 16 132 20 43
Octal 306 220 301 0 33 3 26 462 40 103
Binary 11000110 10010000 11000001 0 11011 11 10110 100110010 100000 1000011

Color Harmonies of #C690C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690C1

Black with #C690C1

Text Example


Text Example

White with #C690C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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