Html Css Color HEX #C694CA Lilac

📋 copy color: '#C694CA'

red 198 ◦ green 148 ◦ blue 202

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

Shades of Lilac #C694CA

Tints of Lilac #C694CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.86%

R = 36.13%
G = 27.01%
B = 36.86%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C694CA (or 0xC694CA) is known color: Lilac. HEX triplet: C6, 94 and CA. RGB value is (198,148,202). Sum of RGB (Red+Green+Blue) = 198+148+202=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C694CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694CA is #396B35. Grayscale: #A8A8A8. Windows color (decimal): -3762998 or 13276358. OLE color: 13276358.

HSL color Cylindrical-coordinate representation of color #C694CA: hue angle of 295.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C694CA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 148 202 -
CMYK 0.02 0.27 0 0.21
HSL 295.56º 0.34% 0.69% -
HSV(B) 295.56º 0.27% 0.79% -
XYZ 44.54 37.45 60.76 -
YUV 169.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 198 148 202 0.02 0.27 0 0.21 295.56 0.34 0.69
Hex C6 94 CA 2 1B 0 15 128 22 45
Octal 306 224 312 2 33 0 25 450 42 105
Binary 11000110 10010100 11001010 10 11011 0 10101 100101000 100010 1000101

Color Harmonies of #C694CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694CA

Black with #C694CA

Text Example


Text Example

White with #C694CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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