Html Css Color HEX #C691D2 Wisteria

📋 copy color: '#C691D2'

red 198 ◦ green 145 ◦ blue 210

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

Shades of Wisteria #C691D2

Tints of Wisteria #C691D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.97%

R = 35.8%
G = 26.22%
B = 37.97%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C691D2 (or 0xC691D2) is known color: Wisteria. HEX triplet: C6, 91 and D2. RGB value is (198,145,210). Sum of RGB (Red+Green+Blue) = 198+145+210=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #C691D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691D2 is #396E2D. Grayscale: #A8A8A8. Windows color (decimal): -3763758 or 13799878. OLE color: 13799878.

HSL color Cylindrical-coordinate representation of color #C691D2: hue angle of 288.92º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C691D2 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 145 210 -
CMYK 0.06 0.31 0 0.18
HSL 288.92º 0.42% 0.7% -
HSV(B) 288.92º 0.31% 0.82% -
XYZ 45.05 36.91 65.72 -
YUV 168.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 198 145 210 0.06 0.31 0 0.18 288.92 0.42 0.7
Hex C6 91 D2 6 1F 0 12 121 2A 46
Octal 306 221 322 6 37 0 22 441 52 106
Binary 11000110 10010001 11010010 110 11111 0 10010 100100001 101010 1000110

Color Harmonies of #C691D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691D2

Black with #C691D2

Text Example


Text Example

White with #C691D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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