Html Css Color HEX #C694CB Lilac

📋 copy color: '#C694CB'

red 198 ◦ green 148 ◦ blue 203

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

Shades of Lilac #C694CB

Tints of Lilac #C694CB

RGB

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

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

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

R = 36.07%
G = 26.96%
B = 36.98%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C694CB (or 0xC694CB) is known color: Lilac. HEX triplet: C6, 94 and CB. RGB value is (198,148,203). Sum of RGB (Red+Green+Blue) = 198+148+203=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #C694CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C694CB is #396B34. Grayscale: #A9A9A9. Windows color (decimal): -3762997 or 13341894. OLE color: 13341894.

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

Color convert

RGB 198 148 203 -
CMYK 0.02 0.27 0 0.20
HSL 294.55º 0.35% 0.69% -
HSV(B) 294.55º 0.27% 0.8% -
XYZ 44.66 37.5 61.38 -
YUV 169.22 147.07 148.53 -
System Red Green Blue C M Y K H S L
Decimal 198 148 203 0.02 0.27 0 0.20 294.55 0.35 0.69
Hex C6 94 CB 2 1B 0 14 127 23 45
Octal 306 224 313 2 33 0 24 447 43 105
Binary 11000110 10010100 11001011 10 11011 0 10100 100100111 100011 1000101

Color Harmonies of #C694CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694CB

Black with #C694CB

Text Example


Text Example

White with #C694CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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