Html Css Color HEX #C685B2 Lily

📋 copy color: '#C685B2'

red 198 ◦ green 133 ◦ blue 178

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

Shades of Lily #C685B2

Tints of Lily #C685B2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.13%

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 38.9%
G = 26.13%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C685B2 (or 0xC685B2) is known color: Lily. HEX triplet: C6, 85 and B2. RGB value is (198,133,178). Sum of RGB (Red+Green+Blue) = 198+133+178=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C685B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C685B2 is #397A4D. Grayscale: #9D9D9D. Windows color (decimal): -3766862 or 11699654. OLE color: 11699654.

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

Color convert

RGB 198 133 178 -
CMYK 0 0.33 0.10 0.22
HSL 318.46º 0.36% 0.65% -
HSV(B) 318.46º 0.33% 0.78% -
XYZ 39.71 32 46.2 -
YUV 157.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 198 133 178 0 0.33 0.10 0.22 318.46 0.36 0.65
Hex C6 85 B2 0 21 A 16 13E 24 41
Octal 306 205 262 0 41 12 26 476 44 101
Binary 11000110 10000101 10110010 0 100001 1010 10110 100111110 100100 1000001

Color Harmonies of #C685B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C685B2

Black with #C685B2

Text Example


Text Example

White with #C685B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C685B2; }

 p { color: rgb(198,133,178); }

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

background-color css

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

 a { background-color: rgb(198,133,178); }

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

border-color css

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

 span { border-color: rgb(198,133,178); }

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