Html Css Color HEX #C691DC Wisteria

📋 copy color: '#C691DC'

red 198 ◦ green 145 ◦ blue 220

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

Shades of Wisteria #C691DC

Tints of Wisteria #C691DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 35.17%
G = 25.75%
B = 39.08%

CMYK

 C value IS 0.1

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C691DC (or 0xC691DC) is known color: Wisteria. HEX triplet: C6, 91 and DC. RGB value is (198,145,220). Sum of RGB (Red+Green+Blue) = 198+145+220=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #C691DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691DC is #396E23. Grayscale: #A9A9A9. Windows color (decimal): -3763748 or 14455238. OLE color: 14455238.

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

Color convert

RGB 198 145 220 -
CMYK 0.1 0.34 0 0.14
HSL 282.4º 0.52% 0.72% -
HSV(B) 282.4º 0.34% 0.86% -
XYZ 46.33 37.42 72.49 -
YUV 169.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 198 145 220 0.1 0.34 0 0.14 282.4 0.52 0.72
Hex C6 91 DC A 22 0 E 11A 34 48
Octal 306 221 334 12 42 0 16 432 64 110
Binary 11000110 10010001 11011100 1010 100010 0 1110 100011010 110100 1001000

Color Harmonies of #C691DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691DC

Black with #C691DC

Text Example


Text Example

White with #C691DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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