Html Css Color HEX #C691DB Wisteria

📋 copy color: '#C691DB'

red 198 ◦ green 145 ◦ blue 219

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

Shades of Wisteria #C691DB

Tints of Wisteria #C691DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.8%

 BLUE value IS 219 (85.94% from 255) = 38.97%

R = 35.23%
G = 25.8%
B = 38.97%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C691DB (or 0xC691DB) is known color: Wisteria. HEX triplet: C6, 91 and DB. RGB value is (198,145,219). Sum of RGB (Red+Green+Blue) = 198+145+219=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C691DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691DB is #396E24. Grayscale: #A9A9A9. Windows color (decimal): -3763749 or 14389702. OLE color: 14389702.

HSL color Cylindrical-coordinate representation of color #C691DB: hue angle of 282.97º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C691DB is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 145 219 -
CMYK 0.10 0.34 0 0.14
HSL 282.97º 0.51% 0.71% -
HSV(B) 282.97º 0.34% 0.86% -
XYZ 46.2 37.37 71.8 -
YUV 169.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 198 145 219 0.10 0.34 0 0.14 282.97 0.51 0.71
Hex C6 91 DB A 22 0 E 11B 33 47
Octal 306 221 333 12 42 0 16 433 63 107
Binary 11000110 10010001 11011011 1010 100010 0 1110 100011011 110011 1000111

Color Harmonies of #C691DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691DB

Black with #C691DB

Text Example


Text Example

White with #C691DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691DB; }

 p { color: rgb(198,145,219); }

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

background-color css

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

 a { background-color: rgb(198,145,219); }

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

border-color css

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

 span { border-color: rgb(198,145,219); }

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