Html Css Color HEX #C693CC Lilac

📋 copy color: '#C693CC'

red 198 ◦ green 147 ◦ blue 204

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

Shades of Lilac #C693CC

Tints of Lilac #C693CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.78%

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

R = 36.07%
G = 26.78%
B = 37.16%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C693CC (or 0xC693CC) is known color: Lilac. HEX triplet: C6, 93 and CC. RGB value is (198,147,204). Sum of RGB (Red+Green+Blue) = 198+147+204=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C693CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693CC is #396C33. Grayscale: #A8A8A8. Windows color (decimal): -3763252 or 13407174. OLE color: 13407174.

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

Color convert

RGB 198 147 204 -
CMYK 0.03 0.28 0 0.2
HSL 293.68º 0.36% 0.69% -
HSV(B) 293.68º 0.28% 0.8% -
XYZ 44.62 37.23 61.96 -
YUV 168.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 198 147 204 0.03 0.28 0 0.2 293.68 0.36 0.69
Hex C6 93 CC 3 1C 0 14 126 24 45
Octal 306 223 314 3 34 0 24 446 44 105
Binary 11000110 10010011 11001100 11 11100 0 10100 100100110 100100 1000101

Color Harmonies of #C693CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693CC

Black with #C693CC

Text Example


Text Example

White with #C693CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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