Html Css Color HEX #C6A1CF Wisteria

📋 copy color: '#C6A1CF'

red 198 ◦ green 161 ◦ blue 207

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

Shades of Wisteria #C6A1CF

Tints of Wisteria #C6A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.45%

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 34.98%
G = 28.45%
B = 36.57%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6A1CF (or 0xC6A1CF) is known color: Wisteria. HEX triplet: C6, A1 and CF. RGB value is (198,161,207). Sum of RGB (Red+Green+Blue) = 198+161+207=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 161 (63.28% from 255 or 28.45% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #C6A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A1CF is #395E30. Grayscale: #B1B1B1. Windows color (decimal): -3759665 or 13607366. OLE color: 13607366.

HSL color Cylindrical-coordinate representation of color #C6A1CF: hue angle of 288.26º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6A1CF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 161 207 -
CMYK 0.04 0.22 0 0.19
HSL 288.26º 0.32% 0.72% -
HSV(B) 288.26º 0.22% 0.81% -
XYZ 47.3 42 64.65 -
YUV 177.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 198 161 207 0.04 0.22 0 0.19 288.26 0.32 0.72
Hex C6 A1 CF 4 16 0 13 120 20 48
Octal 306 241 317 4 26 0 23 440 40 110
Binary 11000110 10100001 11001111 100 10110 0 10011 100100000 100000 1001000

Color Harmonies of #C6A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A1CF

Black with #C6A1CF

Text Example


Text Example

White with #C6A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A1CF; }

 p { color: rgb(198,161,207); }

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

background-color css

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

 a { background-color: rgb(198,161,207); }

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

border-color css

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

 span { border-color: rgb(198,161,207); }

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