Html Css Color HEX #C69BCF Lilac

📋 copy color: '#C69BCF'

red 198 ◦ green 155 ◦ blue 207

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

Shades of Lilac #C69BCF

Tints of Lilac #C69BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.68%

 BLUE value IS 207 (81.25% from 255) = 36.96%

R = 35.36%
G = 27.68%
B = 36.96%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C69BCF (or 0xC69BCF) is known color: Lilac. HEX triplet: C6, 9B and CF. RGB value is (198,155,207). Sum of RGB (Red+Green+Blue) = 198+155+207=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #C69BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BCF is #396430. Grayscale: #ADADAD. Windows color (decimal): -3761201 or 13605830. OLE color: 13605830.

HSL color Cylindrical-coordinate representation of color #C69BCF: hue angle of 289.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C69BCF is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 155 207 -
CMYK 0.04 0.25 0 0.19
HSL 289.62º 0.35% 0.71% -
HSV(B) 289.62º 0.25% 0.81% -
XYZ 46.27 39.95 64.3 -
YUV 173.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 198 155 207 0.04 0.25 0 0.19 289.62 0.35 0.71
Hex C6 9B CF 4 19 0 13 122 23 47
Octal 306 233 317 4 31 0 23 442 43 107
Binary 11000110 10011011 11001111 100 11001 0 10011 100100010 100011 1000111

Color Harmonies of #C69BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BCF

Black with #C69BCF

Text Example


Text Example

White with #C69BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BCF; }

 p { color: rgb(198,155,207); }

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

background-color css

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

 a { background-color: rgb(198,155,207); }

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

border-color css

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

 span { border-color: rgb(198,155,207); }

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