Html Css Color HEX #C68EBA Lily

📋 copy color: '#C68EBA'

red 198 ◦ green 142 ◦ blue 186

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

Shades of Lily #C68EBA

Tints of Lily #C68EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27%

 BLUE value IS 186 (73.05% from 255) = 35.36%

R = 37.64%
G = 27%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C68EBA (or 0xC68EBA) is known color: Lily. HEX triplet: C6, 8E and BA. RGB value is (198,142,186). Sum of RGB (Red+Green+Blue) = 198+142+186=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EBA is #397145. Grayscale: #A3A3A3. Windows color (decimal): -3764550 or 12226246. OLE color: 12226246.

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

Color convert

RGB 198 142 186 -
CMYK 0 0.28 0.06 0.22
HSL 312.86º 0.33% 0.67% -
HSV(B) 312.86º 0.28% 0.78% -
XYZ 41.82 34.9 50.99 -
YUV 163.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 198 142 186 0 0.28 0.06 0.22 312.86 0.33 0.67
Hex C6 8E BA 0 1C 6 16 139 21 43
Octal 306 216 272 0 34 6 26 471 41 103
Binary 11000110 10001110 10111010 0 11100 110 10110 100111001 100001 1000011

Color Harmonies of #C68EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EBA

Black with #C68EBA

Text Example


Text Example

White with #C68EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EBA; }

 p { color: rgb(198,142,186); }

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

background-color css

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

 a { background-color: rgb(198,142,186); }

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

border-color css

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

 span { border-color: rgb(198,142,186); }

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