Html Css Color HEX #C692C2 Lilac

📋 copy color: '#C692C2'

red 198 ◦ green 146 ◦ blue 194

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

Shades of Lilac #C692C2

Tints of Lilac #C692C2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.14%

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 36.8%
G = 27.14%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C692C2 (or 0xC692C2) is known color: Lilac. HEX triplet: C6, 92 and C2. RGB value is (198,146,194). Sum of RGB (Red+Green+Blue) = 198+146+194=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 198 - color contains mainly: red. Hex color #C692C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692C2 is #396D3D. Grayscale: #A6A6A6. Windows color (decimal): -3763518 or 12751558. OLE color: 12751558.

HSL color Cylindrical-coordinate representation of color #C692C2: hue angle of 304.62º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C692C2 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 146 194 -
CMYK 0 0.26 0.02 0.22
HSL 304.62º 0.31% 0.67% -
HSV(B) 304.62º 0.26% 0.78% -
XYZ 43.31 36.46 55.79 -
YUV 167.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 198 146 194 0 0.26 0.02 0.22 304.62 0.31 0.67
Hex C6 92 C2 0 1A 2 16 131 1F 43
Octal 306 222 302 0 32 2 26 461 37 103
Binary 11000110 10010010 11000010 0 11010 10 10110 100110001 11111 1000011

Color Harmonies of #C692C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C692C2

Black with #C692C2

Text Example


Text Example

White with #C692C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C692C2; }

 p { color: rgb(198,146,194); }

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

background-color css

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

 a { background-color: rgb(198,146,194); }

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

border-color css

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

 span { border-color: rgb(198,146,194); }

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