Html Css Color HEX #C67EAA Lily

📋 copy color: '#C67EAA'

red 198 ◦ green 126 ◦ blue 170

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

Shades of Lily #C67EAA

Tints of Lily #C67EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.51%

 BLUE value IS 170 (66.8% from 255) = 34.41%

R = 40.08%
G = 25.51%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C67EAA (or 0xC67EAA) is known color: Lily. HEX triplet: C6, 7E and AA. RGB value is (198,126,170). Sum of RGB (Red+Green+Blue) = 198+126+170=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C67EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67EAA is #398155. Grayscale: #989898. Windows color (decimal): -3768662 or 11173574. OLE color: 11173574.

HSL color Cylindrical-coordinate representation of color #C67EAA: hue angle of 323.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67EAA is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 126 170 -
CMYK 0 0.36 0.14 0.22
HSL 323.33º 0.39% 0.64% -
HSV(B) 323.33º 0.36% 0.78% -
XYZ 38.01 29.83 41.78 -
YUV 152.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 198 126 170 0 0.36 0.14 0.22 323.33 0.39 0.64
Hex C6 7E AA 0 24 E 16 143 27 40
Octal 306 176 252 0 44 16 26 503 47 100
Binary 11000110 1111110 10101010 0 100100 1110 10110 101000011 100111 1000000

Color Harmonies of #C67EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67EAA

Black with #C67EAA

Text Example


Text Example

White with #C67EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67EAA; }

 p { color: rgb(198,126,170); }

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

background-color css

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

 a { background-color: rgb(198,126,170); }

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

border-color css

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

 span { border-color: rgb(198,126,170); }

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