Html Css Color HEX #C694CC Lilac

📋 copy color: '#C694CC'

red 198 ◦ green 148 ◦ blue 204

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

Shades of Lilac #C694CC

Tints of Lilac #C694CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.91%

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 36%
G = 26.91%
B = 37.09%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C694CC (or 0xC694CC) is known color: Lilac. HEX triplet: C6, 94 and CC. RGB value is (198,148,204). Sum of RGB (Red+Green+Blue) = 198+148+204=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C694CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694CC is #396B33. Grayscale: #A9A9A9. Windows color (decimal): -3762996 or 13407430. OLE color: 13407430.

HSL color Cylindrical-coordinate representation of color #C694CC: hue angle of 293.57º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C694CC is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 148 204 -
CMYK 0.03 0.27 0 0.2
HSL 293.57º 0.35% 0.69% -
HSV(B) 293.57º 0.27% 0.8% -
XYZ 44.78 37.55 62.01 -
YUV 169.33 147.57 148.45 -
System Red Green Blue C M Y K H S L
Decimal 198 148 204 0.03 0.27 0 0.2 293.57 0.35 0.69
Hex C6 94 CC 3 1B 0 14 126 23 45
Octal 306 224 314 3 33 0 24 446 43 105
Binary 11000110 10010100 11001100 11 11011 0 10100 100100110 100011 1000101

Color Harmonies of #C694CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694CC

Black with #C694CC

Text Example


Text Example

White with #C694CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694CC; }

 p { color: rgb(198,148,204); }

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

background-color css

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

 a { background-color: rgb(198,148,204); }

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

border-color css

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

 span { border-color: rgb(198,148,204); }

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