Html Css Color HEX #C690B3 Lily

📋 copy color: '#C690B3'

red 198 ◦ green 144 ◦ blue 179

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

Shades of Lily #C690B3

Tints of Lily #C690B3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.64%

 BLUE value IS 179 (70.31% from 255) = 34.36%

R = 38%
G = 27.64%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C690B3 (or 0xC690B3) is known color: Lily. HEX triplet: C6, 90 and B3. RGB value is (198,144,179). Sum of RGB (Red+Green+Blue) = 198+144+179=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C690B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690B3 is #396F4C. Grayscale: #A4A4A4. Windows color (decimal): -3764045 or 11768006. OLE color: 11768006.

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

Color convert

RGB 198 144 179 -
CMYK 0 0.27 0.10 0.22
HSL 321.11º 0.32% 0.67% -
HSV(B) 321.11º 0.27% 0.78% -
XYZ 41.4 35.21 47.26 -
YUV 164.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 198 144 179 0 0.27 0.10 0.22 321.11 0.32 0.67
Hex C6 90 B3 0 1B A 16 141 20 43
Octal 306 220 263 0 33 12 26 501 40 103
Binary 11000110 10010000 10110011 0 11011 1010 10110 101000001 100000 1000011

Color Harmonies of #C690B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C690B3

Black with #C690B3

Text Example


Text Example

White with #C690B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C690B3; }

 p { color: rgb(198,144,179); }

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

background-color css

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

 a { background-color: rgb(198,144,179); }

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

border-color css

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

 span { border-color: rgb(198,144,179); }

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