Html Css Color HEX #C690CB Lilac

📋 copy color: '#C690CB'

red 198 ◦ green 144 ◦ blue 203

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

Shades of Lilac #C690CB

Tints of Lilac #C690CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 36.33%
G = 26.42%
B = 37.25%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C690CB (or 0xC690CB) is known color: Lilac. HEX triplet: C6, 90 and CB. RGB value is (198,144,203). Sum of RGB (Red+Green+Blue) = 198+144+203=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #C690CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690CB is #396F34. Grayscale: #A6A6A6. Windows color (decimal): -3764021 or 13340870. OLE color: 13340870.

HSL color Cylindrical-coordinate representation of color #C690CB: hue angle of 294.92º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C690CB is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 144 203 -
CMYK 0.02 0.29 0 0.20
HSL 294.92º 0.36% 0.68% -
HSV(B) 294.92º 0.29% 0.8% -
XYZ 44.04 36.26 61.18 -
YUV 166.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 198 144 203 0.02 0.29 0 0.20 294.92 0.36 0.68
Hex C6 90 CB 2 1D 0 14 127 24 44
Octal 306 220 313 2 35 0 24 447 44 104
Binary 11000110 10010000 11001011 10 11101 0 10100 100100111 100100 1000100

Color Harmonies of #C690CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690CB

Black with #C690CB

Text Example


Text Example

White with #C690CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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