Html Css Color HEX #C690C0 Lilac

📋 copy color: '#C690C0'

red 198 ◦ green 144 ◦ blue 192

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

Shades of Lilac #C690C0

Tints of Lilac #C690C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 37.08%
G = 26.97%
B = 35.96%

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

#C690C0 (or 0xC690C0) is known color: Lilac. HEX triplet: C6, 90 and C0. RGB value is (198,144,192). Sum of RGB (Red+Green+Blue) = 198+144+192=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C690C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690C0 is #396F3F. Grayscale: #A5A5A5. Windows color (decimal): -3764032 or 12619974. OLE color: 12619974.

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

Color convert

RGB 198 144 192 -
CMYK 0 0.27 0.03 0.22
HSL 306.67º 0.32% 0.67% -
HSV(B) 306.67º 0.27% 0.78% -
XYZ 42.78 35.76 54.52 -
YUV 165.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 198 144 192 0 0.27 0.03 0.22 306.67 0.32 0.67
Hex C6 90 C0 0 1B 3 16 133 20 43
Octal 306 220 300 0 33 3 26 463 40 103
Binary 11000110 10010000 11000000 0 11011 11 10110 100110011 100000 1000011

Color Harmonies of #C690C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690C0

Black with #C690C0

Text Example


Text Example

White with #C690C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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