Html Css Color HEX #C69CBC Lily

📋 copy color: '#C69CBC'

red 198 ◦ green 156 ◦ blue 188

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

Shades of Lily #C69CBC

Tints of Lily #C69CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.78%

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 36.53%
G = 28.78%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C69CBC (or 0xC69CBC) is known color: Lily. HEX triplet: C6, 9C and BC. RGB value is (198,156,188). Sum of RGB (Red+Green+Blue) = 198+156+188=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CBC is #396343. Grayscale: #ACACAC. Windows color (decimal): -3760964 or 12360902. OLE color: 12360902.

HSL color Cylindrical-coordinate representation of color #C69CBC: hue angle of 314.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69CBC is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 156 188 -
CMYK 0 0.21 0.05 0.22
HSL 314.29º 0.27% 0.69% -
HSV(B) 314.29º 0.21% 0.78% -
XYZ 44.25 39.41 52.85 -
YUV 172.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 198 156 188 0 0.21 0.05 0.22 314.29 0.27 0.69
Hex C6 9C BC 0 15 5 16 13A 1B 45
Octal 306 234 274 0 25 5 26 472 33 105
Binary 11000110 10011100 10111100 0 10101 101 10110 100111010 11011 1000101

Color Harmonies of #C69CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CBC

Black with #C69CBC

Text Example


Text Example

White with #C69CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CBC; }

 p { color: rgb(198,156,188); }

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

background-color css

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

 a { background-color: rgb(198,156,188); }

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

border-color css

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

 span { border-color: rgb(198,156,188); }

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